SURFEX v8.1
General documentation of Surfex
f90_unix_io.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_IO NAGDUMMY_F90_UNIX_IO
6 #endif
7 MODULE f90_unix_io
8 LOGICAL l_nagdummy
9 END MODULE f90_unix_io
10 #ifdef NAG
11 #undef F90_UNIX_IO
12 #endif
logical l_nagdummy
Definition: f90_unix_io.F90:8