Skip to content
Snippets Groups Projects
Commit bf2d267c authored by renchao.lu's avatar renchao.lu
Browse files

[PL/RCT] add screen message.

parent 6e60228d
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,8 @@ std::unique_ptr<Process> createRichardsComponentTransportProcess(
}
else // staggered scheme.
{
OGS_FATAL("The staggered coupling scheme is not implemented.");
using namespace std::string_literals;
for (auto const& variable_name : {"concentration"s, "pressure"s})
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment