Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cdk/cdk
base: 7a39faab7f5b
Choose a base ref
...
head repository: cdk/cdk
compare: f2bfd746087d
Choose a head ref
  • 2 commits
  • 26 files changed
  • 1 contributor

Commits on Nov 12, 2012

  1. Added a field to the bond order enumeration allow access to the numer…

    …ic value for that order.
    
    Change-Id: I69b108218a127dad9ca73994de76558f977a304d
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    
    Conflicts:
    	src/main/org/openscience/cdk/interfaces/IBond.java
    johnmay authored and egonw committed Nov 12, 2012
    Copy the full SHA
    b66ebfe View commit details
    Browse the repository at this point in the history
  2. Replaced IBond.Order.ordinal() usages with IBond.Order.numeric()

    Conflicts:
    	src/main/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java
    	src/test/org/openscience/cdk/smiles/FixBondOrdersToolTest.java
    
    Change-Id: I53a0e74dfbc138e49f7fc85ce6fd226444608f0b
    johnmay authored and egonw committed Nov 12, 2012
    Copy the full SHA
    f2bfd74 View commit details
    Browse the repository at this point in the history