mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Documented flowMain().
This commit is contained in:
parent
29d18261c6
commit
b10b028aa1
@ -113,6 +113,11 @@ namespace Opm
|
||||
}
|
||||
|
||||
|
||||
/// This is the main function of Flow.
|
||||
/// It runs a complete simulation, with the given grid and
|
||||
/// simulator classes, based on user command-line input. The
|
||||
/// content of this function used to be in the main() function of
|
||||
/// flow.cpp.
|
||||
template <class Grid, class Simulator>
|
||||
inline int flowMain(int argc, char** argv)
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user