Skip to content

Commit

Permalink
Hooked in Gadolinum atom type perception
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Sep 3, 2011
1 parent 770dc99 commit 00e9aac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java
Expand Up @@ -143,6 +143,8 @@ public IAtomType findMatchingAtomType(IAtomContainer atomContainer, IAtom atom)
type = perceiveBarium(atomContainer, atom);
} else if ("Ga".equals(atom.getSymbol())) {
type = perceiveGallium(atomContainer, atom);
} else if ("Gd".equals(atom.getSymbol())) {
type = perceiveGadolinum(atomContainer, atom);
} else if ("Ge".equals(atom.getSymbol())) {
type = perceiveGermanium(atomContainer, atom);
} else if ("Sb".equals(atom.getSymbol())) {
Expand Down

0 comments on commit 00e9aac

Please sign in to comment.