Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User isotope is not drawn if it does not already exist in the mass table #12

Open
php1ic opened this issue Mar 9, 2019 · 0 comments
Open

Comments

@php1ic
Copy link
Owner

php1ic commented Mar 9, 2019

If the user gives the (N,Z) of an isotope to be marked as 'one of theirs' but it is not in the mass table, it will not be drawn.

An instance of Nuclide is created only for isotopes in the mass table. The function MassTable::readOWN just reads the given file, toggling Nuclide::own for the appropriate isotope if, and only if, it already exists.

Will need to either add a new instance to MassTable::theTable, or create a new container, for such cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant