https://github.com/teuben/nemo
Raw File
Tip revision: e8f5f05e95d1b20bb5287c41ae415ccc2d87b59a authored by Peter Teuben on 01 April 2024, 14:50:09 UTC
experiment allowing -1 for the last column
Tip revision: e8f5f05
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