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

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

# Line 535 | Line 535 | static unsigned int GetAtomIDNumber(const char *atomid
535          }
536          else
537          {
538 <          obErrorLog.ThrowError(__FUNCTION__, "Maximum number of atom ids exceeded", obWarning);
538 >          obErrorLog.ThrowError(__func__, "Maximum number of atom ids exceeded", obWarning);
539            return 0;
540          }
541      }
542      else
543      {
544 <      obErrorLog.ThrowError(__FUNCTION__, "NULL Atom IDs specified", obWarning);
544 >      obErrorLog.ThrowError(__func__, "NULL Atom IDs specified", obWarning);
545        return 0;
546      }
547   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines