Skip to content

Commit

Permalink
Adds return statement to points_to_coeffs (#294)
Browse files Browse the repository at this point in the history
* Adds return statement to points_to_coeffs

* Fix linting

---------

Co-authored-by: agrieve <agrieve@AAD-PW04R7RW>
Co-authored-by: AlvaroCubi <[email protected]>
  • Loading branch information
3 people authored Dec 19, 2024
1 parent 366b73f commit e5581d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/geouned/GEOReverse/Modules/MCNPinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,7 @@ def points_to_coeffs(scf):
# coeff [0:3] a,b,c plane parameters
# coeff [3] d plane parameter
# normalization is d set to one if origin is not in the plane
return coeff


def get_parabola_parameters(eVal, eVect, T, U):
Expand Down

0 comments on commit e5581d7

Please sign in to comment.