Sets the coefficient of a AtomContainer to a given value.
Implements org::openscience::cdk::interfaces::IAtomContainerSet. Definition at line 167 of file DebugMoleculeSet.java. References org::openscience::cdk::tools::LoggingTool::debug(). { logger.debug("Setting multiplier for atomcontainer: ", container, ""+multiplier); return super.setMultiplier(container, multiplier); }
|