Last change
on this file since 136 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
|
Line | |
---|
1 | C |
---|
2 | C -- inc_cpl.h 1998-04 |
---|
3 | C ********** |
---|
4 | C@ |
---|
5 | C@ Contents : variables describing pipe and field names |
---|
6 | C@ -------- |
---|
7 | C@ |
---|
8 | C@ -- cl_write : for fields to write |
---|
9 | C@ |
---|
10 | C@ -- cl_read : for fields to read |
---|
11 | C@ |
---|
12 | C ------------------------------------------------------------------- |
---|
13 | C |
---|
14 | INTEGER jpread, jpwrit |
---|
15 | PARAMETER (jpread=0, jpwrit=1) |
---|
16 | CHARACTER*8 cl_writ(jpmaxfld), cl_read(jpmaxfld) |
---|
17 | CHARACTER*6 cl_f_writ(jpmaxfld), cl_f_read(jpmaxfld) |
---|
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.