ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/openbabel/bondtyper.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/openbabel/bondtyper.cpp (file contents):
Revision 2450 by gezelter, Thu Nov 17 20:38:45 2005 UTC vs.
Revision 2518 by tim, Fri Dec 16 21:52:50 2005 UTC

# Line 71 | Line 71 | void OBBondTyper::ParseLine(const char *buffer)
71            errorMsg << " Error in OBBondTyper. Pattern is incorrect, found "
72                     << vs.size() << " tokens." << endl;
73            errorMsg << " Buffer is: " << buffer << endl;
74 <          obErrorLog.ThrowError(__FUNCTION__, errorMsg.str(), obInfo);
74 >          obErrorLog.ThrowError(__func__, errorMsg.str(), obInfo);
75            return;
76          }
77  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines