| # | Line 107 | Line 107 | class GROMOS96Format : public OBFormat (public) | |
|---|---|---|
| 107 | std::string auditMsg = "OpenBabel::Write molecule "; | |
| 108 | std::string description(Description()); | |
| 109 | auditMsg += description.substr( 0, description.find('\n') ); | |
| 110 | < | obErrorLog.ThrowError(__FUNCTION__, |
| 110 | > | obErrorLog.ThrowError(__func__, |
| 111 | auditMsg, | |
| 112 | obAuditMsg); | |
| 113 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |