Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Jan 30, 2018
1 parent 1260e8a commit 731541a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_library/NetCDF_test/test_nc.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

# -L/usr/lib can be omiited
gfortran simple_xr_wr.f90 -o write_nc_f90.exe -I/usr/include -lnetcdff
gfortran simple_xy_wr.f90 -o write_nc_f90.exe -I/usr/include -lnetcdff
./write_nc_f90.exe
ncdump -h simple_xy_f90.nc

gfortran simple_xr_wr.f -o write_nc_f77.exe -I/usr/include -lnetcdff
gfortran simple_xy_wr.f -o write_nc_f77.exe -I/usr/include -lnetcdff
./write_nc_f77.exe
ncdump -h simple_xy_f77.nc

0 comments on commit 731541a

Please sign in to comment.