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