Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ def getLimitsZ(self):
class PMQ_Trace3D_Function(AbstractQuadFieldSourceFunction):
"""
The PMQ Function is a represenatation of the field of permanent quad
from Trace3D documantation (p 77):
http://laacg.lanl.gov/laacg/services/traceman.pdf
from Trace3D documantation (p 77): https://inis.iaea.org/records/7awtr-mr708
"""

def __init__(self, length_param, rad_in, rad_out, cutoff_level=0.01):
Expand Down
Loading