Skip to content
Snippets Groups Projects
Commit ab8d2def authored by Oliver Sander's avatar Oliver Sander
Browse files

Add package new to single-inclusion macro

Otherwise I get name clashes: DUNE_SOLVER_HH is used in dune-istl
and dune-solvers.
parent 8c3d219b
No related branches found
No related tags found
No related merge requests found
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef DUNE_SOLVER_HH
#define DUNE_SOLVER_HH
#ifndef DUNE_ISTL_SOLVER_HH
#define DUNE_ISTL_SOLVER_HH
#include <iomanip>
#include <ostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment