Salome HOME
driver ensight is not ready for new option of filtoo -m 2, so we take -m 1
authorsecher <secher>
Mon, 11 Jun 2007 08:23:19 +0000 (08:23 +0000)
committersecher <secher>
Mon, 11 Jun 2007 08:23:19 +0000 (08:23 +0000)
src/FILTER/Filter_Gen_i.cxx

index cfd26fe5a5559ecc03ef1b02959aee5bcc4efe3f..175af67e05818e4105828ec10c338ecc6cf8700b 100755 (executable)
@@ -414,7 +414,7 @@ void Filter_Gen_i::filtering() throw(SALOME_FILTER::FILTER_Gen::FilterError)
 
   MESSAGE("call filtoo");
   // send filtoo command
-  command = "cd /tmp;filtoo -s -m 2 -f input -o output > /tmp/filter.log";
+  command = "cd /tmp;filtoo -s -m 1 -f input -o output > /tmp/filter.log";
   MESSAGE(command);
   int status = system(command.c_str());
   if(status != 0)