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

Diff of /MITgcm/tools/set64bitConst.sh

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

revision 1.2 by cnh, Wed Oct 28 03:15:51 1998 UTC revision 1.3 by edhill, Tue Oct 5 16:10:31 2004 UTC
# Line 1  Line 1 
1  #!/bin/csh -f  #! /usr/bin/env sh
2  #  #
3  # 64-bit single precision  # 64-bit single precision
4  set sym64bitConst = ( E )  sym64bitConst=E
5  #  #
6  # 32-bit single precision  # 32-bit single precision
7  set sym64bitConst = ( D )  sym64bitConst=D
8  sed s'/ * _d  */'${sym64bitConst}'/g'  sed s'/ * _d  */'${sym64bitConst}'/g'

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22