Last change
on this file since 1219 was
792,
checked in by Laurent Fairhead, 17 years ago
|
Modifications suite a la transformation des fichiers include pour
qu'ils soient compatibles a la fois au format fixe et au format libre
Un bon nombre de fichier *.inc du coup disparaissent
LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
711 bytes
|
Rev | Line | |
---|
[524] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
[792] | 4 | ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre |
---|
| 5 | ! veillez n'utiliser que des ! pour les commentaires |
---|
| 6 | ! et bien positionner les & des lignes de continuation |
---|
| 7 | ! (les placer en colonne 6 et en colonne 73) |
---|
[524] | 8 | ! |
---|
[792] | 9 | ! |
---|
[524] | 10 | !----------------------------------------------------------------------- |
---|
| 11 | ! INCLUDE 'temps.h' |
---|
| 12 | |
---|
[792] | 13 | COMMON/temps/itaufin, dt, day_ini, day_end, annee_ref, day_ref, & |
---|
| 14 | & itau_dyn, itau_phy |
---|
[524] | 15 | |
---|
| 16 | INTEGER itaufin |
---|
| 17 | INTEGER*4 itau_dyn, itau_phy |
---|
| 18 | INTEGER*4 day_ini, day_end, annee_ref, day_ref |
---|
| 19 | REAL dt |
---|
| 20 | |
---|
| 21 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.