From: secher Date: Mon, 11 Jun 2007 08:23:19 +0000 (+0000) Subject: driver ensight is not ready for new option of filtoo -m 2, so we take -m 1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9ef1f5991bb48d1253eaedfbf2256b2862fe4e21;p=modules%2Ffilter.git driver ensight is not ready for new option of filtoo -m 2, so we take -m 1 --- diff --git a/src/FILTER/Filter_Gen_i.cxx b/src/FILTER/Filter_Gen_i.cxx index cfd26fe..175af67 100755 --- a/src/FILTER/Filter_Gen_i.cxx +++ b/src/FILTER/Filter_Gen_i.cxx @@ -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)