[MOAB-dev] r4642 - in MOAB/branches/Version4.0: MeshFiles/unittest/iGeom itaps/igeom

iulian at mcs.anl.gov iulian at mcs.anl.gov
Thu Mar 24 20:04:43 CDT 2011


Author: iulian
Date: 2011-03-24 20:04:43 -0500 (Thu, 24 Mar 2011)
New Revision: 4642

Added:
   MOAB/branches/Version4.0/MeshFiles/unittest/iGeom/shell.h5m
Modified:
   MOAB/branches/Version4.0/itaps/igeom/testSmooth.cc
Log:
the smooth test should be really done on an h5m file populated 
with our lovely tags for geometry, sense, adjacency


Added: MOAB/branches/Version4.0/MeshFiles/unittest/iGeom/shell.h5m
===================================================================
(Binary files differ)


Property changes on: MOAB/branches/Version4.0/MeshFiles/unittest/iGeom/shell.h5m
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: MOAB/branches/Version4.0/itaps/igeom/testSmooth.cc
===================================================================
--- MOAB/branches/Version4.0/itaps/igeom/testSmooth.cc	2011-03-24 23:40:14 UTC (rev 4641)
+++ MOAB/branches/Version4.0/itaps/igeom/testSmooth.cc	2011-03-25 01:04:43 UTC (rev 4642)
@@ -142,7 +142,7 @@
 }
 
 int main(int argc, char *argv[]) {
-   std::string filename = STRINGIFY(MESHDIR) "/brick.stp";
+   std::string filename = STRINGIFY(MESHDIR) "/shell.h5m";
    std::string engine_opt;
 
    if (argc == 1) {






























More information about the moab-dev mailing list