[MOAB-dev] r2863 - MOAB/trunk/test/h5file

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Thu Apr 30 16:03:14 CDT 2009


Author: kraftche
Date: 2009-04-30 16:03:14 -0500 (Thu, 30 Apr 2009)
New Revision: 2863

Modified:
   MOAB/trunk/test/h5file/h5file_test.cpp
Log:
fix typo in output

Modified: MOAB/trunk/test/h5file/h5file_test.cpp
===================================================================
--- MOAB/trunk/test/h5file/h5file_test.cpp	2009-04-30 21:02:48 UTC (rev 2862)
+++ MOAB/trunk/test/h5file/h5file_test.cpp	2009-04-30 21:03:14 UTC (rev 2863)
@@ -469,8 +469,8 @@
   if (opt1 != opt2)
   {
     fprintf(stderr, "Sets with id %d do not have matching options.\n"
-                    "Set 1: track_onwer=%s set=%s ordered=%s\n"
-                    "Set 2: track_onwer=%s set=%s ordered=%s\n",
+                    "Set 1: track_owner=%s set=%s ordered=%s\n"
+                    "Set 2: track_owner=%s set=%s ordered=%s\n",
                     id,
                     opt1 & MESHSET_TRACK_OWNER ? "yes" : "no",
                     opt1 & MESHSET_SET         ? "yes" : "no",



More information about the moab-dev mailing list