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

Revert "Fix include guard; Add a comment"

Interval in dune-solvers is now called Dune::Solvers::Interval

[[Imported from SVN: r12869]]
parent 88643aee
Branches
No related tags found
No related merge requests found
#ifndef DUNE_SOLVERS_COMMON_INTERVAL_HH
#define DUNE_SOLVERS_COMMON_INTERVAL_HH
// Note: This file exists both in dune-solvers and in dune-fufem. To
// avoid redefinitions, please make sure that they have *identical*
// include guards.
#ifndef DUNE_FUFEM_INTERVAL_HH
#define DUNE_FUFEM_INTERVAL_HH
#include <iostream>
#include <algorithm>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment