Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
that's not a double
authorAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 28 May 2020 15:29:14 +0000 (17:29 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 28 May 2020 15:35:10 +0000 (17:35 +0200)
src/simix/smx_global.cpp

index 6187806..d8a18c0 100644 (file)
@@ -34,7 +34,7 @@ void (*SMPI_switch_data_segment)(simgrid::s4u::ActorPtr) = nullptr;
 
 namespace simgrid {
 namespace simix {
 
 namespace simgrid {
 namespace simix {
-config::Flag<double> cfg_verbose_exit{"debug/verbose-exit", {"verbose-exit"}, "Display the actor status at exit", true};
+config::Flag<bool> cfg_verbose_exit{"debug/verbose-exit", {"verbose-exit"}, "Display the actor status at exit", true};
 } // namespace simix
 } // namespace simgrid
 
 } // namespace simix
 } // namespace simgrid