https://github.com/teuben/nemo
Raw File
Tip revision: 363f7192a7473d771fe960f867c9161ecb379607 authored by Peter Teuben on 22 July 2021, 02:40:56 UTC
testing another readthedocs
Tip revision: 363f719
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