Skip to content

Commit

Permalink
Fixup! fix feoconversion lol
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller committed Mar 3, 2024
1 parent 7f6b026 commit bf32053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utilities/Geochemistry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@
if isnan(Fe2O3T)
if isnan(Fe2O3)
FeOT = FeO
elseif isnan(FeO)
FeOT = Fe2O3*conversionfactor
else
FeOT = Fe2O3*conversionfactor + FeO
end
Expand Down

0 comments on commit bf32053

Please sign in to comment.