Last change
on this file since 132 was
98,
checked in by lmdzadmin, 24 years ago
|
Interface avec les differentes surface, version de travail.LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
592 bytes
|
Rev | Line | |
---|
[13] | 1 | C |
---|
[98] | 2 | C -- inc_cpl.h 1998-04 |
---|
[13] | 3 | C ********** |
---|
| 4 | C@ |
---|
[98] | 5 | C@ Contents : variables describing pipe and field names |
---|
[13] | 6 | C@ -------- |
---|
| 7 | C@ |
---|
[98] | 8 | C@ -- cl_write : for fields to write |
---|
[13] | 9 | C@ |
---|
[98] | 10 | C@ -- cl_read : for fields to read |
---|
| 11 | C@ |
---|
[13] | 12 | C ------------------------------------------------------------------- |
---|
| 13 | C |
---|
[98] | 14 | INTEGER jpread, jpwrit |
---|
| 15 | PARAMETER (jpread=0, jpwrit=1) |
---|
[13] | 16 | CHARACTER*8 cl_writ(jpmaxfld), cl_read(jpmaxfld) |
---|
[98] | 17 | CHARACTER*6 cl_f_writ(jpmaxfld), cl_f_read(jpmaxfld) |
---|
[13] | 18 | COMMON / comcpl / cl_writ, cl_read, cl_f_writ, cl_f_read |
---|
| 19 | C ------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.