[MOAB-dev] r3182 - MOAB/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed Sep 30 17:17:51 CDT 2009
Author: kraftche
Date: 2009-09-30 17:17:50 -0500 (Wed, 30 Sep 2009)
New Revision: 3182
Modified:
MOAB/trunk/stl_test.cc
Log:
fix incorrect comments
Modified: MOAB/trunk/stl_test.cc
===================================================================
--- MOAB/trunk/stl_test.cc 2009-09-30 21:47:32 UTC (rev 3181)
+++ MOAB/trunk/stl_test.cc 2009-09-30 22:17:50 UTC (rev 3182)
@@ -7,9 +7,10 @@
#include <math.h>
#include <algorithm>
-/* Input test file: gmsh2.msh
+/* Input test file: test/sample.stl
*
- * Example version 2.0 ASCII input file from Gmsh 2.4 manual.
+ * Example ASCII STL file from:
+ * http://people.sc.fsu.edu/~burkardt/data/stla/stla.html
*/
#ifdef SRCDIR
static const char sample[] = STRINGIFY(SRCDIR) "/test/sample.stl";
More information about the moab-dev
mailing list