massive documentation update
This commit is contained in:
parent
b4da9edf40
commit
7fed1ebf51
33 changed files with 399 additions and 181 deletions
|
|
@ -31,8 +31,11 @@ Authors:
|
|||
#include "edoModifierMass.h"
|
||||
#include "edoNormalMono.h"
|
||||
|
||||
//! edoNormalMonoCenter< EOT >
|
||||
|
||||
/** Change a distribution's mean for a given EOT
|
||||
*
|
||||
* @ingroup Modifiers
|
||||
* @ingroup Mononormal
|
||||
*/
|
||||
template < typename EOT >
|
||||
class edoNormalMonoCenter : public edoModifierMass< edoNormalMono< EOT > >
|
||||
{
|
||||
|
|
@ -41,7 +44,7 @@ public:
|
|||
|
||||
void operator() ( edoNormalMono< EOT >& distrib, EOT& mass )
|
||||
{
|
||||
distrib.mean() = mass;
|
||||
distrib.mean() = mass;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue