Skip to content

Commit

Permalink
Merge pull request #33 from HUGG/develop
Browse files Browse the repository at this point in the history
Fix typo for eU calculation
  • Loading branch information
davewhipp authored May 15, 2023
2 parents 13849d5 + 18af8b4 commit 39b6e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcplotter/tcplotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Define function for calculating effective uranium concentration
def calc_eu(uranium, thorium):
"""Calculates effective uranium concentration from U, Th inputs"""
return uranium + 0.238 * thorium
return uranium + 0.235 * thorium


# Define function to find which version of the RDAAM_He/ketch_aft to use
Expand Down

0 comments on commit 39b6e97

Please sign in to comment.