Skip to content

Commit

Permalink
Add docstring description
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoughton committed Mar 16, 2020
1 parent 6b01c5c commit 0d800b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/itmlogic/qlrpfl.py
Expand Up @@ -8,6 +8,16 @@ def qlrpfl(prop):
"""
Preparatory subroutine for point-to-point mode.
Parameters
----------
prop : dict
Contains all input propagation parameters.
Returns
-------
prop : dict
Contains all input and output propagation parameters.
"""
prop['dist'] = prop['pfl'][0] * prop['pfl'][1]

Expand Down

0 comments on commit 0d800b6

Please sign in to comment.