Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added two missing bond order types
Change-Id: I889a6cce3ed75f68f56cbc53659dd5a7ab64eed4
Signed-off-by: John May <john.wilkinsonmay@gmail.com>
  • Loading branch information
egonw authored and johnmay committed Jul 15, 2014
1 parent 2f7cf38 commit ac2e575
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -50,6 +50,8 @@ public enum Order {
DOUBLE(2),
TRIPLE(3),
QUADRUPLE(4),
QUINTUPLE(5),
SEXTUPLE(6),
UNSET(0);

private final Integer bondedElectronPairs;
Expand Down

0 comments on commit ac2e575

Please sign in to comment.