Skip to content

Commit

Permalink
Merge pull request #251 from fusion-energy/increased-num_points
Browse files Browse the repository at this point in the history
Increased num points
  • Loading branch information
shimwell authored Aug 11, 2022
2 parents d7a8ce2 + b974468 commit 85215bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion paramak/parametric_components/blanket_fp.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@


class BlanketFP(RotateMixedShape):
"""A blanket volume created from plasma parameters.
"""A blanket volume created from plasma parameters. In might be nessecary
to increase the num_points when making long but thin geometry with this
component.
Args:
thickness (float or [float] or callable or [(float), (float)]):
Expand Down

0 comments on commit 85215bb

Please sign in to comment.