Skip to content

Commit 68b4e88

Browse files
typo
1 parent 43d49f5 commit 68b4e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/Tutorial_VolcanoModel_3D.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ And as in the previous tutorials we initialize the temperature field:
2828
Temp = fill(1350.0, nx,ny,nz);
2929
```
3030

31-
For simplicity, we will asume a model with thee horizontal layers with different rheology where later we add the volcano and the magmatic chamber. We use `add_box!` to generate the initial horizontally layered model:
31+
For simplicity, we will assume a model with thee horizontal layers with different rheology where later we add the volcano and the magmatic chamber. We use `add_box!` to generate the initial horizontally layered model:
3232

3333
```julia
3434
lith = LithosphericPhases(Layers=[15 45 100], Phases=[1 2 3])

0 commit comments

Comments
 (0)