[MOAB-dev] r2631 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Wed Feb 4 13:19:53 CST 2009


Author: kraftche
Date: 2009-02-04 13:19:52 -0600 (Wed, 04 Feb 2009)
New Revision: 2631

Modified:
   MOAB/trunk/ReadNCDF.cpp
Log:
fix typo in previous checkin

Modified: MOAB/trunk/ReadNCDF.cpp
===================================================================
--- MOAB/trunk/ReadNCDF.cpp	2009-02-04 19:18:34 UTC (rev 2630)
+++ MOAB/trunk/ReadNCDF.cpp	2009-02-04 19:19:52 UTC (rev 2631)
@@ -1971,7 +1971,7 @@
     }
 
     //2. check for the operations, currently support sum.
-    std::stirng op;
+    std::string op;
     if(tokens.size() > 2 && !tokens[2].empty())
       op = tokens[2].c_str();
 



More information about the moab-dev mailing list