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

Fix include guard; Add a comment

[[Imported from SVN: r12762]]
parent f47c66ab
No related branches found
No related tags found
No related merge requests found
#ifndef DUNE_FUFEM_INTERVAL_HH
#define DUNE_FUFEM_INTERVAL_HH
#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.
#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