Skip to content
Snippets Groups Projects
Commit c7d32a33 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Adjust include guard to dune style

parent 2b769686
No related branches found
No related tags found
No related merge requests found
Pipeline #
#ifndef SEMIDEFINITEBLOCKGSSTEP_HH
#define SEMIDEFINITEBLOCKGSSTEP_HH
#ifndef DUNE_SOLVERS_ITERATIONSTEPS_SEMIDEFINITEBLOCKGSSTEP_HH
#define DUNE_SOLVERS_ITERATIONSTEPS_SEMIDEFINITEBLOCKGSSTEP_HH
#include <cmath>
#include <algorithm>
......@@ -236,4 +236,4 @@ std::istream& operator>>(std::istream& lhs, typename SemiDefiniteBlockGSStep<M,
*/
#endif // SEMIDEFINITEBLOCKGSSTEP_HH
#endif // DUNE_SOLVERS_ITERATIONSTEPS_SEMIDEFINITEBLOCKGSSTEP_HH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment