Skip to content
Snippets Groups Projects
Commit b814e29a authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

fix header guard name

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11553 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent c27ad854
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@
* \file
* \brief Base class for h-adaptive sequential models.
*/
#ifndef DUMUX_GIRDADAPT_HH
#define DUMUX_GIRDADAPT_HH
#ifndef DUMUX_GRIDADAPT_HH
#define DUMUX_GRIDADAPT_HH
#include "decoupledproperties.hh"
#include "gridadaptproperties.hh"
......@@ -469,4 +469,4 @@ public:
};
}
#endif /* DUMUX_GIRDADAPT_HH */
#endif /* DUMUX_GRIDADAPT_HH */
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