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

include guards

parent 240f927d
No related tags found
No related merge requests found
// Based on dune/tnnmg/problem-classes/blocknonlineargsproblem.hh
#ifndef MY_BLOCK_PROBLEM_HH
#define MY_BLOCK_PROBLEM_HH
// #include <dune/common/parametertree.hh>
#include <dune/common/bitsetvector.hh>
......@@ -140,3 +143,5 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject {
* performed */
int bisectionsteps;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment