/[MITgcm]/mitgcm.org/devel/buildweb/code-browser/DefinitionParser/GLOBALS.h
ViewVC logotype

Contents of /mitgcm.org/devel/buildweb/code-browser/DefinitionParser/GLOBALS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Fri Sep 20 19:47:31 2002 UTC (22 years, 9 months ago) by adcroft
Branch: Import, MAIN
CVS Tags: baseline, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Importing web-site building process.

1 /* Buffers for accumulating strings and description text */
2 #define MAX_NAMEARR 1000
3 char *namearr[MAX_NAMEARR];
4 int namecount;
5 #define MAX_DESCRIPARR 10000
6 char *descriparr[MAX_DESCRIPARR];
7 int descriptcount;
8
9 int name_open;
10 int descript_open;

  ViewVC Help
Powered by ViewVC 1.1.22