https://github.com/teuben/nemo
Raw File
Tip revision: 9b3e5ab82294192bbc673be82f5fd6181692dda9 authored by Peter Teuben on 23 August 2012, 14:33:10 UTC
proper Alberto approved numbers, and updated the version appropriatey
Tip revision: 9b3e5ab
bodytransc.h
/*
 * BODYTRANSC.H: 
 *         this nasty trick is need for nemo_main users
 *         since direct bodytrans.h macros can interfere with
 *         your variable names
 *
 *      31-dec-02       gcc3/SINGLEPREC
 */


#ifndef _bodytransc_h
#define _bodytransc_h
# include <bodytrans.h>
#endif
back to top