Skip to content

Commit

Permalink
Merge pull request #54 from The-Binding-Energy/master
Browse files Browse the repository at this point in the history
Update nuclide.py
  • Loading branch information
thomasms authored Feb 29, 2024
2 parents 5c01370 + ea4b66e commit 374de46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypact/output/nuclide.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def __init__(self):
self.dose = 0.0
self.ingestion = 0.0
self.inhalation = 0.0
self.clearance_index = 0.0

@property
def name(self):
Expand Down Expand Up @@ -93,6 +94,7 @@ def get_entry(header_name):
self.dose = get_entry('DOSE RATE')
self.ingestion = get_entry('INGESTION')
self.inhalation = get_entry('INHALATION')
self.clearance_index = get_entry('CLEARANCE')


def index_containing_substring(the_list, substring):
Expand Down

0 comments on commit 374de46

Please sign in to comment.