add: doxy TopItem

This commit is contained in:
timovanopstal 2016-12-09 10:38:38 +01:00
parent 9930e34b29
commit 026bc22955

View File

@ -32,6 +32,9 @@ struct TopItem
short int idim; //!< Dimension on the local item [-3,3] short int idim; //!< Dimension on the local item [-3,3]
//! \brief Default constructor. //! \brief Default constructor.
//! \param[in] p Patch index
//! \param[in] i Index of topology item
//! \param[in] d Dimension of topology item
TopItem(size_t p = 0, short int i = 0, short int d = 0) TopItem(size_t p = 0, short int i = 0, short int d = 0)
: patch(p), item(i), idim(d) {} : patch(p), item(i), idim(d) {}