Skip to content

Commit

Permalink
delete testing print
Browse files Browse the repository at this point in the history
  • Loading branch information
LuKupari committed Jun 19, 2024
1 parent a8916a0 commit ecfa68a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nupyprop/geometry_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def premdensity(Rin , idepth):
float:
Density (in g/cm^3) at the specified radius.
"""
print('updated')
#sets the last layer as water layer
Rlay[9] = 6368.0 + (3.0 - int(idepth))
y = Rin/Re
Expand Down

0 comments on commit ecfa68a

Please sign in to comment.