Salome HOME
Windows compatibility
authorana <ana@opencascade.com>
Thu, 30 Jun 2016 16:58:04 +0000 (19:58 +0300)
committerana <ana@opencascade.com>
Thu, 30 Jun 2016 16:58:04 +0000 (19:58 +0300)
src/Launcher/Launcher_Job_YACSFile.cxx

index 82efa643f68c90ef858c8809f5f6b85613204973..3880903516eb11f16dc645ab74833114e3c87d51 100644 (file)
@@ -44,7 +44,7 @@ Launcher::Job_YACSFile::addJobTypeSpecificScript(std::ofstream & launch_script_s
   launch_script_stream << _resource_definition.AppliPath << "/salome shell -p \"$appli_port\" -- driver -k\"$appli_port\" " << _job_file_name_complete;
   if (_dumpState > 0)
     launch_script_stream << " --dump=" << _dumpState;
-  if(not _yacsDriverOptions.empty())
+  if(! _yacsDriverOptions.empty())
     launch_script_stream << " " << _yacsDriverOptions ;
   launch_script_stream << " > logs/yacs_" << _launch_date << ".log 2>&1" << std::endl;
 }