Skip to content
Snippets Groups Projects
Commit 0aab8fc9 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

include guards

parent 10f44042
No related branches found
No related tags found
No related merge requests found
// Based on dune/tnnmg/problem-classes/convexproblem.hh
#ifndef MY_CONVEX_PROBLEM_HH
#define MY_CONVEX_PROBLEM_HH
#include <dune/istl/bcrsmatrix.hh>
#include <dune/tnnmg/problem-classes/nonlinearity.hh>
......@@ -53,3 +56,5 @@ class MyConvexProblem {
VectorType& u;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment