make all headers fully autonomous again

This commit is contained in:
Andreas Lauser
2018-03-12 14:31:37 +01:00
parent f071c4c647
commit 5f8fdb2324
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -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>