Skip to content

Commit

Permalink
added missing = sign (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored May 8, 2024
1 parent 280bcfe commit 2585d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geouned/GEOUNED/Write/Functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def open_mc_surface(Type, surf, out_xml=True, quadricForm=False):
r=nf.T_r,
)
else:
coeffs = "x0={},y0={},z0={},r{},r1={},r2={}".format(
coeffs = "x0={},y0={},z0={},r={},r1={},r2={}".format(
Center.x, Center.y, Center.z, majRad, minRad, minRad
)

Expand Down

0 comments on commit 2585d36

Please sign in to comment.