RegisterMolParameters renamed to
OERegisterMolParameters. However, the function is now
automatically called at link time alleviating the user from having
to call this function in order to use molecules with
OEInterfaces.
OEReadXYZFile uses the "Unichem" numeric
convention for elements that don't have a one or two-character IUPAC symbol.
const string& variants of OEParseSmiles
and OESmilesAtomCount functions to the OEChem API.
OEPerceiveBondOrders() function is improved by:
C=C=C) from propyne
(C#CC)
*C(=O)O or
*C(=O)[O-]
OESet3DHydrogenGeom function.
OEDBMol compression.
OERMSD.
OEGraphMol
and OEMol parameters, that caused problems during a
multiprocessor run.
OEMol::operator= (const OEMolBase &) on itself will
no longer crash.
OEInterface class, that
takes the interface data along with argc and argv
arguments of main(). Using this constructor, an
OEInterface object is configured, parses the command line,
and prints the help message if requested.
OEGeom3DEulerToRotMatrix and
OEGeom3DQuaternionToRotMatrix functions is now consistent
with the other geometry handling routines.
OEParseCommandLine prints more sensible error message.