From 9e418e17798f312f92ee3a2037998bfe29fc4227 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 8 Mar 2013 12:25:40 +0100 Subject: [PATCH] tutorial: make the copyright notice disappear in the HTML IMHO it is not useful there. --- tutorials/tutorial1.cpp | 6 +++--- tutorials/tutorial2.cpp | 8 +++----- tutorials/tutorial3.cpp | 6 +++--- tutorials/tutorial4.cpp | 6 +++--- 4 files changed, 12 insertions(+), 14 deletions(-) diff --git a/tutorials/tutorial1.cpp b/tutorials/tutorial1.cpp index a0ef22c0..c1eff0cb 100644 --- a/tutorials/tutorial1.cpp +++ b/tutorials/tutorial1.cpp @@ -1,4 +1,5 @@ -/* +/*! +\cond SKIP Copyright 2012 SINTEF ICT, Applied Mathematics. This file is part of the Open Porous Media project (OPM). @@ -15,9 +16,8 @@ You should have received a copy of the GNU General Public License along with OPM. If not, see . +\endcond */ - - #if HAVE_CONFIG_H #include "config.h" #endif // HAVE_CONFIG_H diff --git a/tutorials/tutorial2.cpp b/tutorials/tutorial2.cpp index 9271633e..c489ca51 100644 --- a/tutorials/tutorial2.cpp +++ b/tutorials/tutorial2.cpp @@ -1,4 +1,5 @@ -/* +/*! +\cond SKIP Copyright 2012 SINTEF ICT, Applied Mathematics. This file is part of the Open Porous Media project (OPM). @@ -15,9 +16,8 @@ You should have received a copy of the GNU General Public License along with OPM. If not, see . +\endcond */ - - /// \page tutorial2 Flow Solver for a single phase /// \details The flow equations consist of the mass conservation equation /// \f[\nabla\cdot {\bf u}=q\f] and the Darcy law \f[{\bf u} =- \frac{1}{\mu}K\nabla p.\f] Here, @@ -27,8 +27,6 @@ /// We solve the flow equations for a Cartesian grid and we set the source term /// \f$q\f$ be zero except at the left-lower and right-upper corner, where it is equal /// with opposite sign (inflow equal to outflow). - - #if HAVE_CONFIG_H #include "config.h" #endif // HAVE_CONFIG_H diff --git a/tutorials/tutorial3.cpp b/tutorials/tutorial3.cpp index 9cab2345..b00035c1 100644 --- a/tutorials/tutorial3.cpp +++ b/tutorials/tutorial3.cpp @@ -1,4 +1,5 @@ -/* +/*! +\cond SKIP Copyright 2012 SINTEF ICT, Applied Mathematics. This file is part of the Open Porous Media project (OPM). @@ -15,9 +16,8 @@ You should have received a copy of the GNU General Public License along with OPM. If not, see . +\endcond */ - - #if HAVE_CONFIG_H #include "config.h" #endif // HAVE_CONFIG_H diff --git a/tutorials/tutorial4.cpp b/tutorials/tutorial4.cpp index 6e45cd0b..f55a2ad4 100644 --- a/tutorials/tutorial4.cpp +++ b/tutorials/tutorial4.cpp @@ -1,4 +1,5 @@ -/* +/*! +\cond SKIP Copyright 2012 SINTEF ICT, Applied Mathematics. This file is part of the Open Porous Media project (OPM). @@ -15,9 +16,8 @@ You should have received a copy of the GNU General Public License along with OPM. If not, see . +\endcond */ - - #if HAVE_CONFIG_H #include "config.h" #endif // HAVE_CONFIG_H