Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-de-montserrat committed Jun 12, 2024
1 parent 43d49f5 commit 68b4e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/Tutorial_VolcanoModel_3D.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ And as in the previous tutorials we initialize the temperature field:
Temp = fill(1350.0, nx,ny,nz);
```

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:
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:

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

0 comments on commit 68b4e88

Please sign in to comment.