Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed getting the isotope count for a particular isotope
Signed-off-by: maclean <gilleain.torrance@gmail.com>
  • Loading branch information
egonw committed Sep 12, 2011
1 parent bb2e41f commit df8e31e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public Integer getCharge() {

public int getIsotopeCount(IIsotope isotope) {
logger.debug("Getting isotope count for: ", isotope);
return super.getIsotopeCount();
return super.getIsotopeCount(isotope);
}

public int getIsotopeCount() {
Expand Down

0 comments on commit df8e31e

Please sign in to comment.