[MOAB-dev] r4374 - MOAB/trunk/src/io

tautges at mcs.anl.gov tautges at mcs.anl.gov
Tue Dec 14 20:38:54 CST 2010


Author: tautges
Date: 2010-12-14 20:38:54 -0600 (Tue, 14 Dec 2010)
New Revision: 4374

Modified:
   MOAB/trunk/src/io/ReadNC.hpp
Log:
Forgot to define cpp macro for non-pnetcdf compile.



Modified: MOAB/trunk/src/io/ReadNC.hpp
===================================================================
--- MOAB/trunk/src/io/ReadNC.hpp	2010-12-15 00:31:38 UTC (rev 4373)
+++ MOAB/trunk/src/io/ReadNC.hpp	2010-12-15 02:38:54 UTC (rev 4374)
@@ -35,6 +35,7 @@
 #else
 #  include "netcdf.h"
 #  define NCFUNC(func) nc_ ## func
+#  define NCFUNCA(func) nc_ ## func
 #  define NCDF_SIZE size_t
 #endif
 









































More information about the moab-dev mailing list