From 9ef1f5991bb48d1253eaedfbf2256b2862fe4e21 Mon Sep 17 00:00:00 2001 From: secher Date: Mon, 11 Jun 2007 08:23:19 +0000 Subject: [PATCH] driver ensight is not ready for new option of filtoo -m 2, so we take -m 1 --- src/FILTER/Filter_Gen_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2