Skip to content
Snippets Groups Projects
Commit 5d91d460 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Prettify include guards and include

parent fbcebeb1
No related branches found
No related tags found
No related merge requests found
// -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
// vi: set et ts=8 sw=4 sts=4:
#ifndef ENERGY_NORM_HH
#define ENERGY_NORM_HH
#ifndef DUNE_SOLVERS_NORMS_ENERGY_NORM_HH
#define DUNE_SOLVERS_NORMS_ENERGY_NORM_HH
#include <cmath>
#include "norm.hh"
#include <dune/solvers/norms/norm.hh>
#include <dune/solvers/common/arithmetic.hh>
#include <dune/solvers/iterationsteps/lineariterationstep.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment