R. T. (Fortran Man)
08-04-2004, 06:34 PM
How do I invoke a C preprocessor when using LF95?
I'm trying to compile Fortran source that contains preprocessor commands like;
#include "fortran_header.h"
#define MODE1
#ifdef MODE1
cond=1.e38
#else
cond=1.e50
#endif
Can a C preprocessor invoked by LF95 so that these commands can be used?
I'm trying to compile Fortran source that contains preprocessor commands like;
#include "fortran_header.h"
#define MODE1
#ifdef MODE1
cond=1.e38
#else
cond=1.e50
#endif
Can a C preprocessor invoked by LF95 so that these commands can be used?