mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
EcfvStencil: avoid use of sstream
This commit is contained in:
parent
97833f9600
commit
14807363ea
@ -242,7 +242,8 @@ public:
|
||||
case 5:
|
||||
return Dir::ZPlus;
|
||||
default:
|
||||
OPM_THROW(std::runtime_error, "Unexpected face id" << dirId_);
|
||||
OPM_THROW(std::runtime_error,
|
||||
"Unexpected face id" + std::to_string(dirId_));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user