Salome HOME
Bugfix: removal of an unecessary job duration parameter in padder.
[modules/smesh.git] / src / Tools / padder / meshjob / impl / MeshJobManager_i.cxx
index b5a4e088e0fb342a08c7455b4854789d1f11b096..379e593d5a892dc2976b8eee896afaf9b292ff28 100644 (file)
@@ -415,7 +415,7 @@ CORBA::Long MeshJobManager_i::initialize(const MESHJOB::MeshJobParameterList & m
   jobParameters->out_files[0] = CORBA::string_dup(outputfile_name.c_str());
 
   // CAUTION: the maximum duration has to be set with a format like "hh:mm"
-  jobParameters->maximum_duration = CORBA::string_dup("01:00");
+  //jobParameters->maximum_duration = CORBA::string_dup("01:00");
   jobParameters->queue = CORBA::string_dup("");
 
   // Setting resource and additionnal properties (if needed)