Added documentation for FaceCellTraits

This commit is contained in:
Markus Blatt 2014-02-25 15:03:01 +01:00
parent b0ac1572e1
commit aafe9147eb

View File

@ -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<class T>
struct FaceCellTraits
{};