From aafe9147eb17ca1c4f485dfb40cb883d3ea6a064 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Tue, 25 Feb 2014 15:03:01 +0100 Subject: [PATCH] Added documentation for FaceCellTraits --- opm/core/grid/GridHelpers.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opm/core/grid/GridHelpers.hpp b/opm/core/grid/GridHelpers.hpp index 2340bd53..ad0ba026 100644 --- a/opm/core/grid/GridHelpers.hpp +++ b/opm/core/grid/GridHelpers.hpp @@ -210,6 +210,10 @@ private: const int* face_cells_; }; +/// \brief Traits of the face to attached cell mappping of a grid. +/// +/// Exports the type Type, the type of the mapping +/// \tparam T The type of the grid template struct FaceCellTraits {};