FlowGenericProblem: remove ebos banner

This commit is contained in:
Arne Morten Kvarving
2024-03-08 12:39:48 +01:00
parent 2a2a9f5de4
commit 638e5006e0
@@ -132,17 +132,7 @@ std::string
FlowGenericProblem<GridView,FluidSystem,Scalar>::
briefDescription()
{
if (briefDescription_.empty())
return
"The Ecl-deck Black-Oil reservoir Simulator (ebos); a hydrocarbon "
"reservoir simulation program that processes ECL-formatted input "
"files that is part of the Open Porous Media project "
"(https://opm-project.org).\n"
"\n"
"THE GOAL OF THE `ebos` SIMULATOR IS TO CATER FOR THE NEEDS OF "
"DEVELOPMENT AND RESEARCH. No guarantees are made for production use!";
else
return briefDescription_;
return briefDescription_;
}
template<class GridView, class FluidSystem, class Scalar>