--- MITgcm/tools/set64bitConst.sh 1998/10/28 03:15:51 1.2 +++ MITgcm/tools/set64bitConst.sh 2004/10/05 16:10:31 1.3 @@ -1,8 +1,8 @@ -#!/bin/csh -f +#! /usr/bin/env sh # # 64-bit single precision -set sym64bitConst = ( E ) +sym64bitConst=E # # 32-bit single precision -set sym64bitConst = ( D ) +sym64bitConst=D sed s'/ * _d */'${sym64bitConst}'/g'