[MOAB-dev] r4921 - MOAB/trunk/src/io
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Thu Jun 2 09:11:29 CDT 2011
Author: tautges
Date: 2011-06-02 09:11:27 -0500 (Thu, 02 Jun 2011)
New Revision: 4921
Modified:
MOAB/trunk/src/io/ReadNC.cpp
Log:
Commenting out call to create_tags; Xiabing, this was generating errors
reading some of the sample data sets.
Modified: MOAB/trunk/src/io/ReadNC.cpp
===================================================================
--- MOAB/trunk/src/io/ReadNC.cpp 2011-06-02 07:34:07 UTC (rev 4920)
+++ MOAB/trunk/src/io/ReadNC.cpp 2011-06-02 14:11:27 UTC (rev 4921)
@@ -171,8 +171,8 @@
#endif
// create nc conventional tags
- rval = create_tags(tstep_nums);
- ERRORR(rval, "Trouble creating nc conventional tags.");
+// rval = create_tags(tstep_nums);
+// ERRORR(rval, "Trouble creating nc conventional tags.");
return MB_SUCCESS;
}
More information about the moab-dev
mailing list