mirror of
https://github.com/OPM/opm-upscaling.git
synced 2026-08-26 21:17:11 -05:00
UpscalerBase: avoid use of sstream
This commit is contained in:
@@ -272,7 +272,7 @@ namespace Opm
|
||||
}
|
||||
break;
|
||||
default:
|
||||
OPM_THROW(std::runtime_error, "Unknown boundary type: " << bctype_);
|
||||
OPM_THROW(std::runtime_error, "Unknown boundary type: " + std::to_string(bctype_));
|
||||
}
|
||||
double delta = computeDelta(pdd);
|
||||
for (int i = 0; i < Dimension; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user