MPI Multistart: oups I forgot a semi colon.
This commit is contained in:
parent
61c31a4a71
commit
9eb54d16bb
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ namespace eo
|
||||||
eoCountContinue<EOT>& _continuator;
|
eoCountContinue<EOT>& _continuator;
|
||||||
eoPop<EOT> _originalPop;
|
eoPop<EOT> _originalPop;
|
||||||
bool _firstTime;
|
bool _firstTime;
|
||||||
}
|
};
|
||||||
} // namespace mpi
|
} // namespace mpi
|
||||||
} // namespace eo
|
} // namespace eo
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue