https://github.com/teuben/nemo
Raw File
Tip revision: 8ec86c2315cba9beebcd7cb789c50963b8812686 authored by LAMBERT Jean-charles on 17 November 2020, 11:28:13 UTC
Merge branch 'clang' of ssh://github.com/teuben/nemo into clang
Tip revision: 8ec86c2
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