We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cd09a commit 3eb31e3Copy full SHA for 3eb31e3
storage/smiles/src/main/java/org/openscience/cdk/smiles/SmiFlavor.java
@@ -177,12 +177,12 @@ private SmiFlavor() {
177
/**
178
* Output data Sgroups.
179
*/
180
- public static final int CxDataSgroups = 0x200000;
+ public static final int CxDataSgroups = 0x400000;
181
182
183
* Output CXSMILES layers.
184
185
- public static final int CxSmiles = CxAtomLabel | CxAtomValue | CxRadical | CxFragmentGroup | CxMulticenter | CxPolymer | CxLigandOrder | CxDataSgroups;
+ public static final int CxSmiles = CxAtomLabel | CxAtomValue | CxRadical | CxFragmentGroup | CxMulticenter | CxPolymer | CxLigandOrder;
186
187
188
* Output CXSMILES layers and coordinates.
0 commit comments