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,11 @@ Authors:
#include "edoBounder.h"
//! edoBounderRng< EOT >
/** A bounder that randomly draw new values for variables going out bounds,
* using an eoRng to do so.
*
* @ingroup Bounders
*/
template < typename EOT >
class edoBounderRng : public edoBounder< EOT >
{