Loading src/edu/bu/ec504/project/Molecule.java +7 −0 Original line number Diff line number Diff line Loading @@ -88,5 +88,12 @@ public class Molecule { return this; } /** * Return number of atoms of the molecule */ public int getNumAtoms() { return numAtoms; } } Loading
src/edu/bu/ec504/project/Molecule.java +7 −0 Original line number Diff line number Diff line Loading @@ -88,5 +88,12 @@ public class Molecule { return this; } /** * Return number of atoms of the molecule */ public int getNumAtoms() { return numAtoms; } }