From d9bd5a1b037d344db14be4f8e838df339fbfb6b5 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 16 Dec 2011 13:24:29 +0000 Subject: [PATCH] insert emacs and vi modelines to make indentation more consistent --- examples/tutorial_coupled.cc | 2 ++ examples/tutorial_decoupled.cc | 2 ++ examples/tutorialproblem_coupled.hh | 2 ++ examples/tutorialproblem_decoupled.hh | 2 ++ examples/tutorialspatialparameters_coupled.hh | 2 ++ examples/tutorialspatialparameters_decoupled.hh | 2 ++ 6 files changed, 12 insertions(+) diff --git a/examples/tutorial_coupled.cc b/examples/tutorial_coupled.cc index 618058282..35ff6159b 100644 --- a/examples/tutorial_coupled.cc +++ b/examples/tutorial_coupled.cc @@ -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: /***************************************************************************** * Copyright (C) 2007-2008 by Klaus Mosthaf * * Copyright (C) 2007-2008 by Bernd Flemisch * diff --git a/examples/tutorial_decoupled.cc b/examples/tutorial_decoupled.cc index 0a9034799..7364a31dd 100644 --- a/examples/tutorial_decoupled.cc +++ b/examples/tutorial_decoupled.cc @@ -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: /***************************************************************************** * Copyright (C) 20010 by Markus Wolff * * Copyright (C) 2007-2008 by Bernd Flemisch * diff --git a/examples/tutorialproblem_coupled.hh b/examples/tutorialproblem_coupled.hh index d90bcfaf2..67ae05a8e 100644 --- a/examples/tutorialproblem_coupled.hh +++ b/examples/tutorialproblem_coupled.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: /***************************************************************************** * Copyright (C) 2008-2009 by Melanie Darcis, Klaus Mosthaf * * Copyright (C) 2009 by Andreas Lauser * diff --git a/examples/tutorialproblem_decoupled.hh b/examples/tutorialproblem_decoupled.hh index 16a8493f3..c8224db07 100644 --- a/examples/tutorialproblem_decoupled.hh +++ b/examples/tutorialproblem_decoupled.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: /***************************************************************************** * Copyright (C) 2007-2008 by Klaus Mosthaf * * Copyright (C) 2007-2008 by Bernd Flemisch * diff --git a/examples/tutorialspatialparameters_coupled.hh b/examples/tutorialspatialparameters_coupled.hh index b3da08de5..c7cebeb90 100644 --- a/examples/tutorialspatialparameters_coupled.hh +++ b/examples/tutorialspatialparameters_coupled.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: /***************************************************************************** * Copyright (C) 2008-2009 by Melanie Darcis * * Institute of Hydraulic Engineering * diff --git a/examples/tutorialspatialparameters_decoupled.hh b/examples/tutorialspatialparameters_decoupled.hh index b0e4eadb3..63841d086 100644 --- a/examples/tutorialspatialparameters_decoupled.hh +++ b/examples/tutorialspatialparameters_decoupled.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: /***************************************************************************** * Copyright (C) 2008-2009 by Markus Wolff * * Institute of Hydraulic Engineering *