mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Adding function for retrieving the name of a nuclide from a tally.
This commit is contained in:
parent
02f8804fe3
commit
7b6bf93afd
2 changed files with 15 additions and 0 deletions
|
|
@ -75,6 +75,9 @@ public:
|
|||
//! A string representing the i-th score on this tally
|
||||
std::string score_name(int score_idx) const;
|
||||
|
||||
//! A string representing the i-th nuclide on this tally
|
||||
std::string nuclide_name(int nuclide_idx) const;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Major public data members.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue