phetsims / build-a-nucleus

"Build a Nucleus" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 5 forks source link

Remove getParticleAtom from BANScreenView and move to BANModel #139

Closed Luisav1 closed 1 year ago

Luisav1 commented 1 year ago

From #112. getParticleAtom() is an abstract function that returns either the particleAtom or miniParticleAtom. Both of which live in the model. Thus this function can be moved to the model.