SURFEX v8.1
General documentation of Surfex
f90_unix_env.F90
Go to the documentation of this file.
1 #ifdef NAG
2 !-- The NAG-compiler has its own proper F90_UNIX_* modules
3 ! We need this for non-NAG compilers to satisfy some
4 ! make/build-environments only
5 #define F90_UNIX_ENV NAGDUMMY_F90_UNIX_ENV
6 #endif
8 LOGICAL l_nagdummy
9 END MODULE f90_unix_env
10 #ifdef NAG
11 #undef F90_UNIX_ENV
12 #endif
logical l_nagdummy
Definition: f90_unix_env.F90:8