66 |
|
std::string auditMsg = "OpenBabel::Read molecule "; |
67 |
|
std::string description(Description()); |
68 |
|
auditMsg += description.substr(0,description.find('\n')); |
69 |
< |
obErrorLog.ThrowError(__FUNCTION__, |
69 |
> |
obErrorLog.ThrowError(__func__, |
70 |
|
auditMsg, |
71 |
|
obAuditMsg); |
72 |
|
|
96 |
|
std::string auditMsg = "OpenBabel::Molecule "; |
97 |
|
auditMsg += pmol->GetTitle(); |
98 |
|
auditMsg += " has 0 atoms"; |
99 |
< |
obErrorLog.ThrowError(__FUNCTION__, |
99 |
> |
obErrorLog.ThrowError(__func__, |
100 |
|
auditMsg, |
101 |
|
obInfo); |
102 |
|
} |
105 |
|
std::string auditMsg = "OpenBabel::Write molecule "; |
106 |
|
std::string description(Description()); |
107 |
|
auditMsg += description.substr(0,description.find('\n')); |
108 |
< |
obErrorLog.ThrowError(__FUNCTION__, |
108 |
> |
obErrorLog.ThrowError(__func__, |
109 |
|
auditMsg, |
110 |
|
obAuditMsg); |
111 |
|
|