Skip to content

Commit

Permalink
Adds return statement to points_to_coeffs
Browse files Browse the repository at this point in the history
  • Loading branch information
agrieve authored and agrieve committed Dec 17, 2024
1 parent efc249b commit 7ee9ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geouned/GEOReverse/Modules/MCNPinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +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):
iaxis, comp = U[1]
Expand Down

0 comments on commit 7ee9ca4

Please sign in to comment.