Last change
on this file since 3947 was
704,
checked in by Laurent Fairhead, 18 years ago
|
Inclusion des modifs de Y. Meurdesoif pour la version V3
LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
665 bytes
|
Rev | Line | |
---|
[524] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | ! |
---|
| 5 | ! |
---|
| 6 | ! -- inc_cpl.h 1998-04 |
---|
| 7 | ! ********** |
---|
| 8 | !@ |
---|
| 9 | !@ Contents : variables describing pipe and field names |
---|
| 10 | !@ -------- |
---|
| 11 | !@ |
---|
| 12 | !@ -- cl_write : for fields to write |
---|
| 13 | !@ |
---|
| 14 | !@ -- cl_read : for fields to read |
---|
| 15 | !@ |
---|
| 16 | ! ------------------------------------------------------------------- |
---|
| 17 | ! |
---|
| 18 | INTEGER jpread, jpwrit |
---|
| 19 | PARAMETER (jpread=0, jpwrit=1) |
---|
[626] | 20 | #ifndef CPP_PSMILE |
---|
[524] | 21 | CHARACTER*8 cl_writ(jpmaxfld), cl_read(jpmaxfld) |
---|
| 22 | CHARACTER*8 cl_f_writ(jpmaxfld), cl_f_read(jpmaxfld) |
---|
| 23 | COMMON / comcpl / cl_writ, cl_read, cl_f_writ, cl_f_read |
---|
[704] | 24 | !$OMP THREADPRIVATE(/comcpl/) |
---|
[626] | 25 | #endif |
---|
[524] | 26 | ! ------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.