Skip to content

Commit db96858

Browse files
committed
Update Tutorial_polygon_geometry.jl
space changes
1 parent e0a2be1 commit db96858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/Tutorial_polygon_geometry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Cart = CartData(X,Y,Z, (Data=Z,))
1515

1616
# initialize phase and temperature matrix
1717
Phase = ones(Int32,size(X))
18-
Temp = ones(Float64,size(X))*1350
18+
Temp = ones(Float64,size(X)) * 1350
1919

2020
# add different phases: crust->2, Mantle Lithosphere->3 Mantle->1
2121
add_box!(Phase, Temp, Cart; xlim=(0.0,800.0),ylim=(0.0,800.0), zlim=(-800.0,0.0), phase = LithosphericPhases(Layers=[15 30 100 800], Phases=[2 3 1 5], Tlab=1300 ), T=LinearTemp(Ttop=20, Tbot=1600) )#T=HalfspaceCoolingTemp(Tsurface=20.0, Tmantle=1350, Age=120, Adiabat=0.4)

0 commit comments

Comments
 (0)