Skip to content

Commit

Permalink
Merge pull request #237 from brown-ccv/236-fix-typo-in-docstring-of-c…
Browse files Browse the repository at this point in the history
…hamber
  • Loading branch information
CallieHsu authored May 5, 2023
2 parents 5d498e5 + 76e2b09 commit ff8f266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A `DataFrame` containing the solution with columns:
- `rho_m`: Density of the melt (kg/m³).
- `rho_x`: Density of magma crystal (kg/m³).
- `X_CO2`: Mole fraction of CO2 in the gas.
- `total_mass`: Total mess of magma chamber (kg).
- `total_mass`: Total mass of magma chamber (kg).
- `total_mass_H2O`: Total mass of water in the magma (kg).
- `total_mass_CO2`: Total mass of CO₂ in the magma (kg).

Expand Down
4 changes: 2 additions & 2 deletions scripts/runcode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ A `DataFrame` containing the solution with columns:
- `rho_m`: Density of the melt in kg/m³.
- `rho_x`: Density of magma crystal in kg/m³.
- `X_CO2`: Mole fraction of CO2 in the gas.
- `total_mass`: Total mess of magma chamber in kg.
- `total_mass_H2O`: Total mess of water in the magma in kg.
- `total_mass`: Total mass of magma chamber in kg.
- `total_mass_H2O`: Total mass of water in the magma in kg.
- `total_mass_CO2`: Total mass of CO₂ in the magma in kg.
## Outputs
Expand Down

0 comments on commit ff8f266

Please sign in to comment.