adapt the tutorial and the handbook to the brave new world

we do not have a decoupled tutorial anymore since, well, the decoupled
models have been removed. Also since the move to the Opm CMake based
build system, the "How to create a new folder" section in the handbook
was obsolete.
This commit is contained in:
Andreas Lauser
2013-09-23 20:37:43 +02:00
parent c906d5931d
commit 3d0a4c0e17
4 changed files with 23 additions and 24 deletions

View File

@@ -23,7 +23,7 @@
*/
#include "config.h" /*@\label{tutorial-coupled:include-begin}@*/
#include <ewoms/common/start.hh> /*@\label{tutorial-coupled:include-end}@*/
#include "tutorialproblem_coupled.hh" /*@\label{tutorial-coupled:include-problem-header}@*/
#include "tutorial1problem.hh" /*@\label{tutorial-coupled:include-problem-header}@*/
int main(int argc, char** argv)
{