# | Line 67 | Line 67 | class TinkerFormat : public OBFormat (public) | |
---|---|---|
67 | std::string auditMsg = "OpenBabel::Write molecule "; | |
68 | std::string description(Description()); | |
69 | auditMsg += description.substr( 0, description.find('\n') ); | |
70 | < | obErrorLog.ThrowError(__FUNCTION__, |
70 | > | obErrorLog.ThrowError(__func__, |
71 | auditMsg, | |
72 | obAuditMsg); | |
73 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |