Skip to content
Snippets Groups Projects
Commit a119d147 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[io,test]

fixed wrong guardian macros

reviewed by martins


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15240 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent c9b60ae7
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@
* \brief A grid creator for the coupled problems, with a refined interface
*/
#ifndef DUMUX_INTERFACEMESHCREATOR_HH
#define DUMUX_INTERFACEMESHCREATOR_HH
#ifndef DUMUX_INTERFACEGRIDCREATOR_HH
#define DUMUX_INTERFACEGRIDCREATOR_HH
#include <dune/common/deprecated.hh>
......@@ -48,7 +48,7 @@ NEW_PROP_TAG(Grid);
* A grid creator, which can refine the grid towards the
* coupling interface and the top of the domain.
*/
template <class TypeTag>
template<class TypeTag>
class InterfaceGridCreator
{
public:
......
......@@ -19,10 +19,10 @@
/*!
* \file
*
* \brief Simple test problem for the Somerton thermal conductivity law
* \brief Test for the constant tau effective diffusivity model
*/
#ifndef DUMUX_THERMAL_CONDUCTIVITY_SOMERTON_PROBLEM_HH
#define DUMUX_THERMAL_CONDUCTIVITY_SOMERTON_PROBLEM_HH
#ifndef DUMUX_EFFECTIVE_DIFFUSIVITY_CONSTANT_TAU_PROBLEM_HH
#define DUMUX_EFFECTIVE_DIFFUSIVITY_CONSTANT_TAU_PROBLEM_HH
#include <dune/grid/io/file/dgfparser/dgfyasp.hh>
......@@ -63,10 +63,10 @@ SET_TYPE_PROP(EffectiveDiffusivityConstantTauProblem, EffectiveDiffusivityModel,
/*!
* \ingroup MaterialTestProblems
*
* \brief Simple test problem for the Somerton thermal conductivity law
* \brief Test for the constant tau effective diffusivity model
*
* To run the test execute the following line in shell:
* <tt>./test_thermalconductivitysomerton</tt>
* <tt>./test_effectivediffusivityconstanttau</tt>
*
*/
template <class TypeTag >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment