Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Patch for @cdk.bug 3515122 by danielszisz
  • Loading branch information
danielszisz authored and egonw committed Jul 29, 2012
1 parent 428623d commit 0b31c15
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -164,7 +164,9 @@ private void createPattern() {
//n no2
atomTypePatterns.add(Pattern.compile("N-2;[A-Z[^O]]{0,1}=O[A-Z[^O]]{0,1}[(].*+"));
//n N=O
atomTypePatterns.add(Pattern.compile("N-[1-3];[CHN]{1,3}.{1}+[A-Z]{0,3}+[,]?+=O[CNX].*+"));

//cdk.bug 3515122 fixed
atomTypePatterns.add(Pattern.compile("N-[1-3];[CH]{1,3}.{1}+[A-Z]{0,3}+[,]?+=O[CNX].*+"));
//NC=0 amid
atomTypePatterns.add(Pattern.compile("N-1-2];[CH]{1}+=S[(].*+"));
//NSO (50)
Expand Down

0 comments on commit 0b31c15

Please sign in to comment.