[MOAB-dev] r1774 - MOAB/trunk/tools/converter

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Wed Apr 23 09:15:53 CDT 2008


Author: kraftche
Date: 2008-04-23 09:15:53 -0500 (Wed, 23 Apr 2008)
New Revision: 1774

Modified:
   MOAB/trunk/tools/converter/convert.cpp
Log:
Option to dump ACIS geometry needs to be passed to *reader*, not writer

Modified: MOAB/trunk/tools/converter/convert.cpp
===================================================================
--- MOAB/trunk/tools/converter/convert.cpp	2008-04-22 19:30:00 UTC (rev 1773)
+++ MOAB/trunk/tools/converter/convert.cpp	2008-04-23 14:15:53 UTC (rev 1774)
@@ -209,7 +209,7 @@
           switch ( argv[i-1][1] )
           {
             case 'a': 
-              write_opts.push_back( std::string("SAT_FILE=") + argv[i] );
+              read_opts.push_back( std::string("SAT_FILE=") + argv[i] );
               pval = true;
               break;
             case 'f': format = argv[i]; pval = true;              break;




More information about the moab-dev mailing list