Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert MC config parameters to C++ API, and move their definitions to mc_config...
[simgrid.git] / src / mc / Session.cpp
index 0553d89..2190ad0 100644 (file)
@@ -122,7 +122,7 @@ void Session::logState()
 {
   mc_model_checker->getChecker()->logState();
 
-  if (not _sg_mc_dot_output_file.empty()) {
+  if (not _sg_mc_dot_output_file.get().empty()) {
     fprintf(dot_output, "}\n");
     fclose(dot_output);
   }