Skip to content

Commit

Permalink
updating documentation of ewsb_step() function
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Aug 5, 2016
1 parent d228b53 commit 1495d67
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions templates/mass_eigenstates.cpp.in
Expand Up @@ -421,11 +421,10 @@ Eigen::Matrix<double, CLASSNAME::number_of_ewsb_equations, 1> CLASSNAME::ewsb_in
/**
* Calculates EWSB output parameters including loop-corrections.
*
* @param ewsb_parameters new EWSB output parameters. \a
* ewsb_parameters is only modified if all new parameters are finite.
* Throws exception of type EEWSBStepFailed if new EWSB parameters are
* inf or nan.
*
* @return GSL_SUCCESS if new EWSB output parameters are finite,
* GSL_EDOM otherwise.
* @return new set of EWSB output parameters
*/
Eigen::Matrix<double, CLASSNAME::number_of_ewsb_equations, 1> CLASSNAME::ewsb_step() const
{
Expand Down

0 comments on commit 1495d67

Please sign in to comment.