ebos: clarify startup message

this hopefully makes the purpose of `ebos` clear in its
description. this prose should be interpreted as "if you use ebos in
production, you are on your own and you should only expect a very
limited amount of support (or even sympathy) if something breaks".
This commit is contained in:
Andreas Lauser 2019-02-18 09:44:47 +01:00
parent 2e75eaa0ac
commit 7165ae246a

View File

@ -500,8 +500,11 @@ public:
return
"The Ecl-deck Black-Oil reservoir Simulator (ebos); a hydrocarbon "
"reservoir simulation program that processes ECL-formatted input "
"files which is provided by the Open Porous Media project "
"(https://opm-project.org).";
"files and is provided by the Open Porous Media project "
"(https://opm-project.org).\n"
"\n"
"THE `ebos` SIMULATOR IS FOR RESEARCH PURPOSES ONLY! For industrial "
"applications, use `flow`."
else
return briefDescription_;
}