Skip to content

Commit

Permalink
Correct flag for single or double.
Browse files Browse the repository at this point in the history
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Mar 31, 2015
1 parent f5b6ad7 commit 13c5303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public class CDKConstants {
* written with a lower case letter, e.g. 'c' rather than 'C'</li>
* </ul>
*/
public final static int SINGLE_OR_DOUBLE = 12;
public final static int SINGLE_OR_DOUBLE = 1 << 12;
/**
* Maximum flags array index. Please update this if the value exceeds 16 -
* the flags are currently stored as a single short value (16-bit) in the
Expand Down

0 comments on commit 13c5303

Please sign in to comment.