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

[cleanup] Normalize single-inclusion guard

parent 6c7931e1
Branches
Tags
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 RESERVEDVECTOR_HH
#define RESERVEDVECTOR_HH
#ifndef DUNE_COMMON_RESERVEDVECTOR_HH
#define DUNE_COMMON_RESERVEDVECTOR_HH
/** \file
* \brief An stl-compliant random-access container which stores everything on the stack
......@@ -202,4 +202,4 @@ namespace Dune
#undef CHECKSIZE
#endif // RESERVEDVECTOR_HH
#endif // DUNE_COMMON_RESERVEDVECTOR_HH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment