Skip to content

Commit cc51280

Browse files
committed
fix missing comma
1 parent 96e60a5 commit cc51280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Setup_geometry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export add_box!, add_sphere!, add_ellipsoid!, add_cylinder!, add_layer!, add_po
1616
ConstantTemp, LinearTemp, HalfspaceCoolingTemp, SpreadingRateTemp, LithosphericTemp, LinearWeightedTemperature,
1717
McKenzie_subducting_slab,
1818
ConstantPhase, LithosphericPhases,
19-
Trench, compute_slab_surface
19+
Trench, compute_slab_surface,
2020
compute_thermal_structure, compute_phase
2121

2222
"""

0 commit comments

Comments
 (0)