ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/openbabel/fingerprintformat.cpp
(Generate patch)

Comparing trunk/src/openbabel/fingerprintformat.cpp (file contents):
Revision 746 by tim, Wed Nov 16 21:22:51 2005 UTC vs.
Revision 819 by tim, Fri Dec 16 21:52:50 2005 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines