dox for bounders

This commit is contained in:
nojhan 2011-09-12 16:05:18 +02:00
commit 7f6c591a6b
5 changed files with 26 additions and 13 deletions

View file

@ -30,8 +30,10 @@ Authors:
#include "edoBounder.h"
//! edoBounderBound< EOT >
/** A bounder that correct an incorrect variable by setting it to the min/max
*
* @ingroup Bounders
*/
template < typename EOT >
class edoBounderBound : public edoBounder< EOT >
{