A SAGD test problem using the ThreePWaterOilModel. The files are listed below.
More...
A SAGD test problem using the ThreePWaterOilModel. The files are listed below.
|
| void | usage (const char *progName, const std::string &errorMsg) |
| | Provides an interface for customizing error messages associated with reading in parameters. More...
|
| |
◆ usage()
| void usage |
( |
const char * |
progName, |
|
|
const std::string & |
errorMsg |
|
) |
| |
Provides an interface for customizing error messages associated with reading in parameters.
- Parameters
-
| progName | The name of the program, that was tried to be started. |
| errorMsg | The error message that was issued by the start function. Comprises the thing that went wrong and a general help message. |