The code OEMDLOFlag namespace is used to encode the output flavors
used by OEChem's MDL mol file writer. For a description of their meanings
see the documentation for the OEWriteMDLFile function.
namespace OEMDLOFlag
{
const unsigned int MCHG = 0x01;
const unsigned int MISO = 0x02;
const unsigned int MRGP = 0x04;
const unsigned int DEFAULT = 0x07;
}