Skip to content

Commit

Permalink
doc: Fix double documentation of @param
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoabcoelho committed Feb 23, 2024
1 parent 9afa5c4 commit f317ecb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/PMNS_NUNM.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,13 @@ void PMNS_NUNM::SetAlpha_32(double a, double phi) { SetAlpha(2, 1, a, phi); }
//.............................................................................
///
/// Allows to disable the neutron induced matter effects
/// This factor represents what fraction of the neutron matter potentiel
/// is included in the NUNM model
/// This factor represents what fraction of the neutron matter potential
/// is included in the NUNM model.
///
/// @param f -> 0 no neutron matter potential
/// @param f -> 1 std neutron matter potential
/// f = 0: no neutron matter potential)
/// f = 1: std neutron matter potential
///
/// @param f - neutron matter potential fraction
///
void PMNS_NUNM::SetFracVnc(double f)
{
Expand Down

0 comments on commit f317ecb

Please sign in to comment.