Skip to content

Commit

Permalink
solve issue GEOUNED-org#75 in getTransMatrix function
Browse files Browse the repository at this point in the history
  • Loading branch information
psauvan authored Apr 27, 2024
1 parent bf061fa commit c07eeda
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 @@ -198,6 +198,7 @@ def getTransMatrix(trsf, unit="", scale=10.0):
coeff[2], coeff[5], coeff[8], trsf[2] * scale,
0, 0, 0, 1,
)
return trsfMat
# fmt: on


Expand Down

0 comments on commit c07eeda

Please sign in to comment.