/[lmdze]/trunk/libf/phylmd/inc_cpl.h
ViewVC logotype

Contents of /trunk/libf/phylmd/inc_cpl.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 2 months ago) by guez
File MIME type: text/plain
File size: 702 byte(s)
Initial import
1 !
2 ! $Header: /home/cvsroot/LMDZ4/libf/phylmd/inc_cpl.h,v 1.2 2005/04/29 14:03:26 fairhead Exp $
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)
20 CHARACTER(len=8) cl_writ(jpmaxfld), cl_read(jpmaxfld)
21 CHARACTER(len=8) cl_f_writ(jpmaxfld), cl_f_read(jpmaxfld)
22 COMMON / comcpl / cl_writ, cl_read, cl_f_writ, cl_f_read
23 ! -------------------------------------------------------------------

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.21