https://github.com/teuben/nemo
Raw File
Tip revision: d0f673bdaeabe8dffa77528c13d81063a20d29f6 authored by Peter Teuben on 03 April 2024, 01:39:10 UTC
format
Tip revision: d0f673b
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