netcdf-c/test_prog.F
2010-06-03 13:24:43 +00:00

11 lines
281 B
Fortran

C This is part of Unidata's netCDF package. Copyright 2009.
C This is a test program for the nc-config utility.
program test_prog
implicit none
#include "netcdf.inc"
print *, 'NetCDF version: ', nf_inq_libvers()
print *, '*** SUCCESS!'
end