[MOAB-dev] r5507 - MOAB/trunk/itaps/imesh

tautges at mcs.anl.gov tautges at mcs.anl.gov
Fri Apr 27 19:22:03 CDT 2012


Author: tautges
Date: 2012-04-27 19:22:03 -0500 (Fri, 27 Apr 2012)
New Revision: 5507

Modified:
   MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
Log:
Paste-o in the multiple tag default value stuff.



Modified: MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
===================================================================
--- MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp	2012-04-27 20:19:19 UTC (rev 5506)
+++ MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp	2012-04-28 00:22:03 UTC (rev 5507)
@@ -3147,7 +3147,7 @@
               break;
           case iBase_DOUBLE:
               result = opts.get_real_option("TAG_DEFAULT_VALUE", dum_dbl);
-              def_int.resize(tag_size);
+              def_dbl.resize(tag_size);
               std::fill(def_dbl.begin(), def_dbl.end(), dum_dbl);
               def_val = &def_dbl[0];
               break;








































More information about the moab-dev mailing list