test_immiscibleflash: no reason to initialize MPI here
This commit is contained in:
parent
9c5f863ec1
commit
25eb867801
@ -46,8 +46,6 @@
|
|||||||
#include <opm/material/fluidmatrixinteractions/EffToAbsLaw.hpp>
|
#include <opm/material/fluidmatrixinteractions/EffToAbsLaw.hpp>
|
||||||
#include <opm/material/fluidmatrixinteractions/MaterialTraits.hpp>
|
#include <opm/material/fluidmatrixinteractions/MaterialTraits.hpp>
|
||||||
|
|
||||||
#include <dune/common/parallel/mpihelper.hh>
|
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
template <class Scalar, class FluidState>
|
template <class Scalar, class FluidState>
|
||||||
@ -280,10 +278,8 @@ inline void testAll()
|
|||||||
checkImmiscibleFlash<Scalar, FluidSystem, MaterialLaw>(fsRef, matParams2);
|
checkImmiscibleFlash<Scalar, FluidSystem, MaterialLaw>(fsRef, matParams2);
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main()
|
||||||
{
|
{
|
||||||
Dune::MPIHelper::instance(argc, argv);
|
|
||||||
|
|
||||||
testAll<double>();
|
testAll<double>();
|
||||||
testAll<float>();
|
testAll<float>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user