https://github.com/teuben/nemo
Raw File
Tip revision: b666069de6fce76571f40c068809e3a217ffebd4 authored by Peter Teuben on 14 March 2023, 12:37:53 UTC
additional comments
Tip revision: b666069
bodytransc.h
/*
 * BODYTRANSC.H: 
 *         this nasty trick is needed 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