Hello Alexander,

I have built octcdf-1.1.5 on windows (octave4.6.2 mingw), and has used
pre-built netcdf-4.2.1 from
http://www.unidata.ucar.edu/software/netcdf/win_netcdf/
(have used nc4_dap_32_dll.zip with dap support).

example_netcdf.m runs ok
example_opendap runs ok but it fails on closing the example opendap file

When opening and closing the file, I am getting the following error:

octave:7> nc =
netcdf('http://hycom.coaps.fsu.edu/thredds/dodsC/atl_ops','r');
octave:8> ncclose(nc)
error: Error closing file: NetCDF: One or more variable sizes violate format
constraints

Is this error specific to my mingw build ?

Nitzan



--
View this message in context: 
http://gnu-octave-repository.2306053.n4.nabble.com/octcdf-1-1-5-tp4655368p4655505.html
Sent from the octave-dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to