Skip to content

Commit

Permalink
Added Co.plus atom type
Browse files Browse the repository at this point in the history
Test for Co.plus is present in CDKAtomTypeMatcher but the actual type
did not exist in the cdk-atom-types.owl file

Change-Id: I02ce8af5153522d80b66c31d13f15de2a5337749
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Jul 1, 2012
1 parent 232657a commit 631c399
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/org/openscience/cdk/dict/data/cdk-atom-types.owl
Expand Up @@ -1565,6 +1565,13 @@
<at:piBondCount>0</at:piBondCount>
</at:AtomType>

<at:AtomType rdf:ID="Co.plus">
<at:formalCharge>1</at:formalCharge>
<at:hasElement rdf:resource="&elem;Co"/>
<at:formalNeighbourCount>0</at:formalNeighbourCount>
<at:piBondCount>0</at:piBondCount>
</at:AtomType>

<at:AtomType rdf:ID="Co.1">
<at:formalCharge>0</at:formalCharge>
<at:hasElement rdf:resource="&elem;Co"/>
Expand Down

0 comments on commit 631c399

Please sign in to comment.