Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
patch for @cdk.bug #3525144; see sourceforge for bug report
  • Loading branch information
danielszisz authored and egonw committed Jul 29, 2012
1 parent deebfab commit 373d6ec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -166,7 +166,7 @@ private void createPattern() {
//n N=O

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

0 comments on commit 373d6ec

Please sign in to comment.