/[MITgcm]/MITgcm/verification/OpenAD/code_ad/cb2m1.awk
ViewVC logotype

Contents of /MITgcm/verification/OpenAD/code_ad/cb2m1.awk

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


Revision 1.3 - (show annotations) (download)
Fri Nov 4 17:38:36 2005 UTC (18 years, 6 months ago) by utke
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57y_post, checkpoint58c_post, checkpoint58g_post, checkpoint57x_post, checkpoint58k_post, checkpoint58, checkpoint58e_post, checkpoint58h_post, checkpoint58f_post, checkpoint58b_post, checkpoint58j_post, checkpoint58d_post, checkpoint58a_post, checkpoint58i_post, checkpoint57y_pre, checkpoint57z_post
Changes since 1.2: +7 -11 lines
some common declarations have extra spaces

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

  ViewVC Help
Powered by ViewVC 1.1.22