Author: jain Date: 2012-06-27 09:41:33 -0500 (Wed, 27 Jun 2012) New Revision: 5594 Modified: cgm/trunk/itaps/copy_attrib.cpp Log: Avoiding failure for copy_attrib test on a Mac OSX was getting an assertion failure during getting tag at function get_all_child_ref_entities. Passes make check serial/parallel Modified: cgm/trunk/itaps/copy_attrib.cpp =================================================================== --- cgm/trunk/itaps/copy_attrib.cpp 2012-06-26 20:44:10 UTC (rev 5593) +++ cgm/trunk/itaps/copy_attrib.cpp 2012-06-27 14:41:33 UTC (rev 5594) @@ -65,7 +65,7 @@ std::cout << "name tag: "; std::string b = "b"; Tag_Body(geom, name_tag, b, cyl); - Tag_Get (geom, name_tag, cyl); + // Tag_Get (geom, name_tag, cyl); // Copy iGeom_copyEnt(geom, cyl, &tmp_cyl, &err);
participants (1)
-
jain@mcs.anl.gov