/[MITgcm]/MITgcm_contrib/heimbach/OpenAD/code_shallow_openad2/cb2m1.awk
ViewVC logotype

Annotation of /MITgcm_contrib/heimbach/OpenAD/code_shallow_openad2/cb2m1.awk

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


Revision 1.1 - (hide annotations) (download)
Tue Aug 1 19:26:59 2006 UTC (19 years ago) by utke
Branch: MAIN
gmredi disabled

1 utke 1.1 BEGIN { commonDecl = 0}
2     /^ .*/ {commonDecl = 0 }
3     /^[^ ]/ && !/^#ifdef / && !/^#endif/ && !/^#if / && !/^#else/ {commonDecl = 0 }
4     /^ *COMMON/ || /^ *common/ { commonDecl = 1 }
5     / &/ { if (commonDecl != 1) {print} }
6     /^#ifdef / || /^#endif/ || /^#if / || /^#else/ { if (commonDecl == 1) {print} }
7     {if (commonDecl ==0 ) print }
8     END {}

  ViewVC Help
Powered by ViewVC 1.1.22