Salome HOME
bos #32737 Allow to choose between MG-Tetra and MG-Tetra_HPC multithread
[plugins/ghs3dplugin.git] / src / GHS3DPlugin / GHS3DPlugin_OptimizerHypothesis.cxx
index 7e5cf770fd4ab2d07c1aaaaf4eec743b82a80b1a..a27c823de05ed176fbf4bd4e1e325fad9f09e444 100644 (file)
@@ -153,7 +153,7 @@ bool GHS3DPlugin_OptimizerHypothesis::SetParametersByDefaults(const TDefaults&
 
 std::string GHS3DPlugin_OptimizerHypothesis::CommandToRun(const GHS3DPlugin_OptimizerHypothesis* hyp)
 {
-  SMESH_Comment cmd( GetExeName() );
+  SMESH_Comment cmd( GetExeName( (ImplementedAlgorithms) 1 ) );
 
   cmd << " --max_memory "
       << (( hyp && hyp->myMaximumMemory > 0 ) ? hyp->myMaximumMemory : DefaultMaximumMemory());