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

@ -29,8 +29,11 @@ Authors:
#include "edoBounder.h"
//! edoBounderUniform< EOT >
/** A bounder that randomly draw new values for variables going out bounds,
* in a given uniform distribution.
*
* @ingroup Bounders
*/
template < typename EOT >
class edoBounderUniform : public edoBounder< EOT >
{