From 834220abf5d53f49e60b9072bc7bf2c98ab0ae70 Mon Sep 17 00:00:00 2001 From: melaniel <melanie.lipp@iws.uni-stuttgart.de> Date: Wed, 27 Jul 2022 16:48:01 +0200 Subject: [PATCH] Add missing stuff at the top of files. --- dumux/geometry/boundingboxtree.hh | 2 ++ dumux/geometry/boundingsphere.hh | 2 ++ dumux/geometry/circumsphere.hh | 2 ++ dumux/geometry/diameter.hh | 2 ++ dumux/geometry/distance.hh | 2 ++ dumux/geometry/geometricentityset.hh | 2 ++ dumux/geometry/geometryintersection.hh | 2 ++ dumux/geometry/grahamconvexhull.hh | 2 ++ dumux/geometry/intersectingentities.hh | 2 ++ dumux/geometry/intersectspointgeometry.hh | 2 ++ dumux/geometry/intersectspointsimplex.hh | 2 ++ dumux/geometry/makegeometry.hh | 2 ++ dumux/geometry/normal.hh | 2 ++ dumux/geometry/sphere.hh | 2 ++ dumux/geometry/triangulation.hh | 2 ++ dumux/io/vtksequencewriter.hh | 16 ++++++++++++++++ .../2p/interfacialarea/exponential.hh | 2 ++ .../2p/interfacialarea/exponentialcubic.hh | 2 ++ .../2p/interfacialarea/pcmax.hh | 2 ++ .../2p/interfacialarea/polynomial2ndorder.hh | 2 ++ .../polynomialedgezero2ndorder.hh | 2 ++ dumux/multidomain/facet/box/couplingmapper.hh | 2 ++ .../facet/cellcentered/mpfa/couplingmapper.hh | 2 ++ .../facet/cellcentered/tpfa/couplingmapper.hh | 2 ++ dumux/multidomain/facet/couplingmapper.hh | 2 ++ dumux/multidomain/facet/couplingmapperbase.hh | 2 ++ dumux/multidomain/facet/gmshreader.hh | 2 ++ dumux/multidomain/facet/gridmanager.hh | 2 ++ .../nonequilibrium/thermal/localresidual.hh | 1 + 29 files changed, 71 insertions(+) diff --git a/dumux/geometry/boundingboxtree.hh b/dumux/geometry/boundingboxtree.hh index b9afa8ce46..638e74de73 100644 --- a/dumux/geometry/boundingboxtree.hh +++ b/dumux/geometry/boundingboxtree.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/boundingsphere.hh b/dumux/geometry/boundingsphere.hh index 993f02c87b..6118bcbdbc 100644 --- a/dumux/geometry/boundingsphere.hh +++ b/dumux/geometry/boundingsphere.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/circumsphere.hh b/dumux/geometry/circumsphere.hh index e7bd64d7d0..d5f6b0d16d 100644 --- a/dumux/geometry/circumsphere.hh +++ b/dumux/geometry/circumsphere.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/diameter.hh b/dumux/geometry/diameter.hh index 8f4eed9202..eb6aa040fd 100644 --- a/dumux/geometry/diameter.hh +++ b/dumux/geometry/diameter.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/distance.hh b/dumux/geometry/distance.hh index faa1b78404..b3950173bc 100644 --- a/dumux/geometry/distance.hh +++ b/dumux/geometry/distance.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/geometricentityset.hh b/dumux/geometry/geometricentityset.hh index 61befc74aa..267b523a2d 100644 --- a/dumux/geometry/geometricentityset.hh +++ b/dumux/geometry/geometricentityset.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/geometryintersection.hh b/dumux/geometry/geometryintersection.hh index e4c9307a98..6fdd29c1f3 100644 --- a/dumux/geometry/geometryintersection.hh +++ b/dumux/geometry/geometryintersection.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/grahamconvexhull.hh b/dumux/geometry/grahamconvexhull.hh index 98fbfff3b5..aa0c92f875 100644 --- a/dumux/geometry/grahamconvexhull.hh +++ b/dumux/geometry/grahamconvexhull.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/intersectingentities.hh b/dumux/geometry/intersectingentities.hh index 05b95fd239..c2ad56d973 100644 --- a/dumux/geometry/intersectingentities.hh +++ b/dumux/geometry/intersectingentities.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/intersectspointgeometry.hh b/dumux/geometry/intersectspointgeometry.hh index d92ade6042..ae19e08d56 100644 --- a/dumux/geometry/intersectspointgeometry.hh +++ b/dumux/geometry/intersectspointgeometry.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/intersectspointsimplex.hh b/dumux/geometry/intersectspointsimplex.hh index b4ffb3fdbf..422da7f8d0 100644 --- a/dumux/geometry/intersectspointsimplex.hh +++ b/dumux/geometry/intersectspointsimplex.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/makegeometry.hh b/dumux/geometry/makegeometry.hh index 680951b9e8..ed40800902 100644 --- a/dumux/geometry/makegeometry.hh +++ b/dumux/geometry/makegeometry.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/normal.hh b/dumux/geometry/normal.hh index a6e95ecb17..108ba7ebed 100644 --- a/dumux/geometry/normal.hh +++ b/dumux/geometry/normal.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/sphere.hh b/dumux/geometry/sphere.hh index 60e2500aae..413d967e16 100644 --- a/dumux/geometry/sphere.hh +++ b/dumux/geometry/sphere.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/geometry/triangulation.hh b/dumux/geometry/triangulation.hh index 5caf0baa1c..45d374ccd8 100644 --- a/dumux/geometry/triangulation.hh +++ b/dumux/geometry/triangulation.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/io/vtksequencewriter.hh b/dumux/io/vtksequencewriter.hh index f03a8c1334..c74dd8bb7a 100644 --- a/dumux/io/vtksequencewriter.hh +++ b/dumux/io/vtksequencewriter.hh @@ -1,5 +1,21 @@ // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- // vi: set et ts=4 sw=2 sts=2: +/***************************************************************************** + * See the file COPYING for full copying permissions. * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation, either version 3 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see <http://www.gnu.org/licenses/>. * + *****************************************************************************/ /*! * \file * \ingroup InputOutput diff --git a/dumux/material/fluidmatrixinteractions/2p/interfacialarea/exponential.hh b/dumux/material/fluidmatrixinteractions/2p/interfacialarea/exponential.hh index 4d3b6b2b81..b7608abd21 100644 --- a/dumux/material/fluidmatrixinteractions/2p/interfacialarea/exponential.hh +++ b/dumux/material/fluidmatrixinteractions/2p/interfacialarea/exponential.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/material/fluidmatrixinteractions/2p/interfacialarea/exponentialcubic.hh b/dumux/material/fluidmatrixinteractions/2p/interfacialarea/exponentialcubic.hh index 131912dcfb..85975a4dcd 100644 --- a/dumux/material/fluidmatrixinteractions/2p/interfacialarea/exponentialcubic.hh +++ b/dumux/material/fluidmatrixinteractions/2p/interfacialarea/exponentialcubic.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/material/fluidmatrixinteractions/2p/interfacialarea/pcmax.hh b/dumux/material/fluidmatrixinteractions/2p/interfacialarea/pcmax.hh index e77234ecc6..e40e6d26f3 100644 --- a/dumux/material/fluidmatrixinteractions/2p/interfacialarea/pcmax.hh +++ b/dumux/material/fluidmatrixinteractions/2p/interfacialarea/pcmax.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/material/fluidmatrixinteractions/2p/interfacialarea/polynomial2ndorder.hh b/dumux/material/fluidmatrixinteractions/2p/interfacialarea/polynomial2ndorder.hh index 05f4243a69..203dc6e469 100644 --- a/dumux/material/fluidmatrixinteractions/2p/interfacialarea/polynomial2ndorder.hh +++ b/dumux/material/fluidmatrixinteractions/2p/interfacialarea/polynomial2ndorder.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/material/fluidmatrixinteractions/2p/interfacialarea/polynomialedgezero2ndorder.hh b/dumux/material/fluidmatrixinteractions/2p/interfacialarea/polynomialedgezero2ndorder.hh index 4c07969b90..9f4c9814b8 100644 --- a/dumux/material/fluidmatrixinteractions/2p/interfacialarea/polynomialedgezero2ndorder.hh +++ b/dumux/material/fluidmatrixinteractions/2p/interfacialarea/polynomialedgezero2ndorder.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/multidomain/facet/box/couplingmapper.hh b/dumux/multidomain/facet/box/couplingmapper.hh index a7d4ecb59e..7133d1c1f1 100644 --- a/dumux/multidomain/facet/box/couplingmapper.hh +++ b/dumux/multidomain/facet/box/couplingmapper.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/multidomain/facet/cellcentered/mpfa/couplingmapper.hh b/dumux/multidomain/facet/cellcentered/mpfa/couplingmapper.hh index d1b14615f2..4bc14c0c46 100644 --- a/dumux/multidomain/facet/cellcentered/mpfa/couplingmapper.hh +++ b/dumux/multidomain/facet/cellcentered/mpfa/couplingmapper.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/multidomain/facet/cellcentered/tpfa/couplingmapper.hh b/dumux/multidomain/facet/cellcentered/tpfa/couplingmapper.hh index b9654486b9..628928f845 100644 --- a/dumux/multidomain/facet/cellcentered/tpfa/couplingmapper.hh +++ b/dumux/multidomain/facet/cellcentered/tpfa/couplingmapper.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/multidomain/facet/couplingmapper.hh b/dumux/multidomain/facet/couplingmapper.hh index c65fe498fb..26ee54e030 100644 --- a/dumux/multidomain/facet/couplingmapper.hh +++ b/dumux/multidomain/facet/couplingmapper.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/multidomain/facet/couplingmapperbase.hh b/dumux/multidomain/facet/couplingmapperbase.hh index da4e3dccba..03bf948832 100644 --- a/dumux/multidomain/facet/couplingmapperbase.hh +++ b/dumux/multidomain/facet/couplingmapperbase.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/multidomain/facet/gmshreader.hh b/dumux/multidomain/facet/gmshreader.hh index af4c43d0b7..4cddfe68c8 100644 --- a/dumux/multidomain/facet/gmshreader.hh +++ b/dumux/multidomain/facet/gmshreader.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/multidomain/facet/gridmanager.hh b/dumux/multidomain/facet/gridmanager.hh index 304b94eb06..d0758da733 100644 --- a/dumux/multidomain/facet/gridmanager.hh +++ b/dumux/multidomain/facet/gridmanager.hh @@ -1,3 +1,5 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * diff --git a/dumux/porousmediumflow/nonequilibrium/thermal/localresidual.hh b/dumux/porousmediumflow/nonequilibrium/thermal/localresidual.hh index 173b9ef28c..7e3a8d9537 100644 --- a/dumux/porousmediumflow/nonequilibrium/thermal/localresidual.hh +++ b/dumux/porousmediumflow/nonequilibrium/thermal/localresidual.hh @@ -1,4 +1,5 @@ // -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * See the file COPYING for full copying permissions. * * * -- GitLab