mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-29 18:57:56 -05:00
make all headers fully autonomous again
This commit is contained in:
@@ -225,7 +225,7 @@ namespace Ewoms
|
||||
coords[ 0 ] = gc ;
|
||||
}
|
||||
else
|
||||
throw std::invalid_argument("cartesianCoordinate not implemented for dimension " << dimension );
|
||||
throw std::invalid_argument("cartesianCoordinate not implemented for dimension " + std::to_string(dimension) );
|
||||
}
|
||||
|
||||
template <class GridView>
|
||||
|
||||
Reference in New Issue
Block a user