Skip to content
Snippets Groups Projects
Commit bcfed854 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: fix merge side-effect

parent 3bccda7d
No related branches found
No related tags found
1 merge request!49Command line options for Monteverdi
...@@ -80,7 +80,7 @@ MPIConfig::Pointer MPIConfig::Instance() ...@@ -80,7 +80,7 @@ MPIConfig::Pointer MPIConfig::Instance()
/** CreateInitialize MPI environment */ /** CreateInitialize MPI environment */
MPIConfig::MPIConfig() MPIConfig::MPIConfig()
: m_MyRank(0), : m_MyRank(-1),
m_NbProcs(0), m_NbProcs(0),
m_abortOnException(true), m_abortOnException(true),
m_initialized(false), m_initialized(false),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment