# | Line 51 | Line 51 | bool FingerprintFormat::WriteMolecule(OBBase* pOb, OBC | |
---|---|---|
51 | strstream errorMsg; | |
52 | #endif | |
53 | errorMsg << "Fingerprint type '" << fpid << "' not available" << endl; | |
54 | < | obErrorLog.ThrowError(__FUNCTION__, errorMsg.str(), obError); |
54 | > | obErrorLog.ThrowError(__func__, errorMsg.str(), obError); |
55 | return false; | |
56 | } | |
57 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |