Ignore:
Timestamp:
Jul 8, 2020, 7:49:08 PM (4 years ago)
Author:
adurocher
Message:

Fix conditional compilation to compile without XIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Optimisation_LMDZ/libf/misc/wxios.F90

    r3465 r3754  
    673673     END SUBROUTINE wxios_close
    674674END MODULE wxios
     675#else
     676MODULE wxios
     677    REAL :: missing_val = 0
     678contains
     679    SUBROUTINE wxios_set_context()
     680    END SUBROUTINE wxios_set_context
     681    SUBROUTINE wxios_closedef()
     682    END SUBROUTINE wxios_closedef
     683END MODULE wxios   
    675684#endif
Note: See TracChangeset for help on using the changeset viewer.