Skip to content

Commit e5581d7

Browse files
agrieve-cfsagrieveAlvaroCubi
authored
Adds return statement to points_to_coeffs (#294)
* Adds return statement to points_to_coeffs * Fix linting --------- Co-authored-by: agrieve <agrieve@AAD-PW04R7RW> Co-authored-by: AlvaroCubi <[email protected]>
1 parent 366b73f commit e5581d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/geouned/GEOReverse/Modules/MCNPinput.py

+1
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,7 @@ def points_to_coeffs(scf):
965965
# coeff [0:3] a,b,c plane parameters
966966
# coeff [3] d plane parameter
967967
# normalization is d set to one if origin is not in the plane
968+
return coeff
968969

969970

970971
def get_parabola_parameters(eVal, eVect, T, U):

0 commit comments

Comments
 (0)