ebos: change the brief description slightly

the purpose is to make it exceedingly clear that ebos is not developed
by the ECL group who started ECLIPSE which is an backcronym for
"ECL's Implicit Program for Simulation Engineering" and ECL stands for
"Exploration Consultants Limited" which is now a division of
Schlumberger Limited.

thanks to [at]atgeirr for pushing this.
This commit is contained in:
Andreas Lauser 2018-08-06 12:15:21 +02:00
parent 0a8a791c49
commit 2f1f14483b

View File

@ -433,7 +433,11 @@ public:
static std::string briefDescription()
{
if (briefDescription_.empty())
return "ebos, the Ecl Black-Oil reservoir Simulator. A program to process ECL input files.";
return
"The Ecl-deck Black-Oil reservoir Simulator (ebos); a hydrocarbon\n"
"reservoir simulation program that processes ECL-formatted input\n"
"files which is provided by the Open Porous Media project\n"
"(https://opm-project.org).";
else
return briefDescription_;
}