From b10b028aa1239583584705a7279d714d6f605948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Wed, 9 Dec 2015 10:09:49 +0100 Subject: [PATCH] Documented flowMain(). --- opm/autodiff/flowMain.hpp | 5 +++++ 1 file changed, 5 insertions(+) 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 {