diff --git a/opm/autodiff/flowMain.hpp b/opm/autodiff/flowMain.hpp index 1add4c8a1..76647abd4 100644 --- a/opm/autodiff/flowMain.hpp +++ b/opm/autodiff/flowMain.hpp @@ -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 inline int flowMain(int argc, char** argv) try {