Skip to content

Commit

Permalink
[skip CI] Tiny update to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Jul 21, 2023
1 parent f2dba49 commit 8352bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/decaylanguage/dec/dec.py
Original file line number Diff line number Diff line change
Expand Up @@ -1668,11 +1668,11 @@ def get_lineshape_settings(
Return a dictionary of all lineshape settings,
with keys corresponding to particle names or aliases, as
{PARTICLE1: {'lineshape': 'NAME1', # E.g. "LSFLAT" or "LSNONRELBW"
'BlattWeisskopf': VALUE1,
'BlattWeisskopf': VALUE11,
'ChangeMassMin': VALUE12,
'ChangeMassMax': VALUE13},
PARTICLE2: {'lineshape': 'NAME2',
'BlattWeisskopf': VALUE2,
'BlattWeisskopf': VALUE21,
'ChangeMassMin': VALUE22,
'ChangeMassMax': VALUE23},
...
Expand Down

0 comments on commit 8352bc4

Please sign in to comment.