[MOAB-dev] r4993 - MOAB/trunk/tools
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Mon Jun 13 18:38:56 CDT 2011
Author: kraftche
Date: 2011-06-13 18:38:54 -0500 (Mon, 13 Jun 2011)
New Revision: 4993
Modified:
MOAB/trunk/tools/convert.cpp
Log:
fix typo in comment
Modified: MOAB/trunk/tools/convert.cpp
===================================================================
--- MOAB/trunk/tools/convert.cpp 2011-06-13 23:38:31 UTC (rev 4992)
+++ MOAB/trunk/tools/convert.cpp 2011-06-13 23:38:54 UTC (rev 4993)
@@ -715,7 +715,7 @@
exit(OTHER_ERROR);
}
- // get field with for format description
+ // get field width for format description
size_t w = 0;
for (i = set->begin(); i != set->end(); ++i)
if (i->description().length() > w)
More information about the moab-dev
mailing list