# HG changeset patch # User abarth93 # Date 1433947850 0 # Node ID db98a008d9f109b9226d90ab252e7d8893f7bef3 # Parent 4ba4dcdb5d8268857a01b687a0ed49ff5ed409f5 fix bug #40623 diff -r 4ba4dcdb5d82 -r db98a008d9f1 main/octcdf/PKG_DEL --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main/octcdf/PKG_DEL Wed Jun 10 14:50:50 2015 +0000 @@ -0,0 +1,10 @@ + +funnames = {"ncclose","ncredef","ncenddef","ncsync","ncvar","ncatt",... + "ncdim","ncname","ncdatatype","ncautonan","ncautoscale","ncisrecord"}; + +for i = 1:length(funnames) + try + autoload (funnames{i}, fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"),'remove'); + catch + end +end \ No newline at end of file