mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adapt to the move of code from opm-common to opm-material
This commit is contained in:
@@ -25,8 +25,7 @@
|
||||
|
||||
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
|
||||
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
#include <opm/common/Exceptions.hpp>
|
||||
#include <opm/material/common/Exceptions.hpp>
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
@@ -226,7 +225,7 @@ namespace Ewoms
|
||||
coords[ 0 ] = gc ;
|
||||
}
|
||||
else
|
||||
OPM_THROW(Opm::NotImplemented,"cartesianCoordinate not implemented for dimension " << dimension );
|
||||
throw std::invalid_argument("cartesianCoordinate not implemented for dimension " << dimension );
|
||||
}
|
||||
|
||||
template <class GridView>
|
||||
|
||||
Reference in New Issue
Block a user