mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ebos: tone down the warning in the startup message slightly
The intend is to make the purpose of `ebos` clearer: while it can be used in production, the stability guarantees are somewhat lower than for `flow` and testing is a bit less rigorous (most of the time).
This commit is contained in:
parent
c86470e768
commit
ef74025523
@ -556,11 +556,11 @@ public:
|
|||||||
return
|
return
|
||||||
"The Ecl-deck Black-Oil reservoir Simulator (ebos); a hydrocarbon "
|
"The Ecl-deck Black-Oil reservoir Simulator (ebos); a hydrocarbon "
|
||||||
"reservoir simulation program that processes ECL-formatted input "
|
"reservoir simulation program that processes ECL-formatted input "
|
||||||
"files and is provided by the Open Porous Media project "
|
"files that is part of the Open Porous Media project "
|
||||||
"(https://opm-project.org).\n"
|
"(https://opm-project.org).\n"
|
||||||
"\n"
|
"\n"
|
||||||
"THE `ebos` SIMULATOR IS FOR RESEARCH PURPOSES ONLY! For industrial "
|
"THE GOAL OF THE `ebos` SIMULATOR IS TO CATER FOR THE NEEDS OF "
|
||||||
"applications, use `flow`.";
|
"DEVELOPMENT AND RESEARCH. No guarantees are made for production use!";
|
||||||
else
|
else
|
||||||
return briefDescription_;
|
return briefDescription_;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user