Skip to content

Commit

Permalink
fix for new cdm
Browse files Browse the repository at this point in the history
  • Loading branch information
olas committed Nov 12, 2012
1 parent be3fb23 commit e04d5ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/net.bioclipse.smartcyp/src/smartcyp/MoleculeKU.java
Expand Up @@ -33,6 +33,7 @@

import org.openscience.cdk.Atom;
import org.openscience.cdk.AtomContainer;
import org.openscience.cdk.Molecule;
import org.openscience.cdk.exception.CDKException;
import org.openscience.cdk.graph.PathTools;
import org.openscience.cdk.graph.invariant.EquivalentClassPartitioner;
Expand All @@ -42,8 +43,9 @@
import org.openscience.cdk.interfaces.IMolecule;
import org.openscience.cdk.smiles.smarts.SMARTSQueryTool;

public class MoleculeKU extends AtomContainer implements IMolecule {
public class MoleculeKU extends Molecule{


public enum SMARTCYP_PROPERTY {
SymmetryNumber,
IsSymmetric,
Expand Down

0 comments on commit e04d5ea

Please sign in to comment.