Merge remote-tracking branch 'origin/release-v4.6.1'
[WRF.git] / external / fftpack / 77to90.csh
blobd88ba8c33dc5fdb825b9aa6a7ed4a93f9f30a2e9
1 #!/bin/csh
3 # The NCAR CISL fftpack (version 5) rename *.f90 to *.F
6 cd temp
8 foreach f ( *.f90 )
10 set root = $f:r
12 # Get rid of those pesky tab characters
14 expand $f >! ../${root}.F
16 rm ${root}.f90
18 end
20 cd ..
22 rm -rf temp