source: XMLIO_SERVER/trunk/src/IOSERVER/mod_prec.f90 @ 8

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

Importation des sources du serveur XMLIO

File size: 249 bytes
Line 
1MODULE mod_prec
2  INTEGER,PARAMETER :: INTEGER_SIZE   = 4 
3  INTEGER,PARAMETER :: REAL_SIZE      = 8 
4  INTEGER,PARAMETER :: LOGICAL_SIZE   = 4 
5  INTEGER,PARAMETER :: CHARACTER_SIZE = 1
6  INTEGER,PARAMETER :: BLOCK_SIZE     = 8
7END MODULE mod_prec
Note: See TracBrowser for help on using the repository browser.