/[MITgcm]/MITgcm_contrib/heimbach/OpenAD/code_shallow_openad3/cb2mGetHeaders.csh
ViewVC logotype

Annotation of /MITgcm_contrib/heimbach/OpenAD/code_shallow_openad3/cb2mGetHeaders.csh

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


Revision 1.2 - (hide annotations) (download) (as text)
Thu Dec 19 16:10:20 2013 UTC (11 years, 7 months ago) by utke
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: application/x-csh
FILE REMOVED
stale

1 utke 1.1 #!/bin/csh -f
2     set file=${1:r}
3     set awkScript=${2}
4     awk -f ${awkScript} ${file}.h > ${file}.h_temp
5     echo ' USE '${file}'_mod' >> ${file}.h_temp
6     mv ${file}.h_temp ${file}_mod.h

  ViewVC Help
Powered by ViewVC 1.1.22