source: XMLIO_V2/tools/FCM/test/repos/trunk/blockdata/hello_blockdata.F90 @ 81

Last change on this file since 81 was 81, checked in by ymipsl, 15 years ago

ajout FCM 1.5

File size: 197 bytes
Line 
1BLOCK DATA hello_blockdata
2INTEGER :: integer_common
3COMMON /general/integer_common
4#if defined(ODD)
5DATA integer_common/1357/
6#else
7DATA integer_common/2468/
8#endif
9END BLOCK DATA hello_blockdata
Note: See TracBrowser for help on using the repository browser.