/[MITgcm]/MITgcm/tools/set64bitConst.sh
ViewVC logotype

Annotation of /MITgcm/tools/set64bitConst.sh

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


Revision 1.1 - (hide annotations) (download) (as text)
Wed Oct 28 03:11:38 1998 UTC (25 years, 5 months ago) by cnh
Branch: MAIN
File MIME type: application/x-sh
Changes to support
 - g77 compilation under Linux
 - LR(1) form of 64-bit is D or E for constants
 - Modified adjoint of exch with adjoint variables
   acuumulated.

1 cnh 1.1 #!/bin/csh -fxv
2     #
3     # 64-bit single precision
4     set sym64bitConst = ( E )
5     #
6     # 32-bit single precision
7     set sym64bitConst = ( D )
8     sed s'/ * _d */'${sym64bitConst}'/g'

  ViewVC Help
Powered by ViewVC 1.1.22