[MOAB-dev] r3754 - MOAB/trunk/tools
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed Apr 7 15:21:30 CDT 2010
Author: kraftche
Date: 2010-04-07 15:21:30 -0500 (Wed, 07 Apr 2010)
New Revision: 3754
Modified:
MOAB/trunk/tools/skin.cpp
Log:
fix incorrect error message for invalid skinner comand line flag
Modified: MOAB/trunk/tools/skin.cpp
===================================================================
--- MOAB/trunk/tools/skin.cpp 2010-04-07 19:48:26 UTC (rev 3753)
+++ MOAB/trunk/tools/skin.cpp 2010-04-07 20:21:30 UTC (rev 3754)
@@ -124,7 +124,7 @@
++i;
break;
default:
- std::cerr << "Unrecognized flag: '" << argv[i][j] << "'" << std::endl;
+ std::cerr << "Unrecognized flag: '" << argv[f][j] << "'" << std::endl;
usage(argv[0]);
break;
}
More information about the moab-dev
mailing list