[MOAB-dev] r2951 - MOAB/trunk/tools

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Thu Jun 18 12:22:24 CDT 2009


Author: kraftche
Date: 2009-06-18 12:22:23 -0500 (Thu, 18 Jun 2009)
New Revision: 2951

Modified:
   MOAB/trunk/tools/depth.cpp
Log:
print max depth

Modified: MOAB/trunk/tools/depth.cpp
===================================================================
--- MOAB/trunk/tools/depth.cpp	2009-06-18 17:17:41 UTC (rev 2950)
+++ MOAB/trunk/tools/depth.cpp	2009-06-18 17:22:23 UTC (rev 2951)
@@ -153,4 +153,6 @@
         elems.insert( *i );
     }
   }
+  
+  std::cout << "Maximum depth: " << depth << std::endl;
 }



More information about the moab-dev mailing list