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

Comparing trunk/src/openbabel/residue.cpp (file contents):
Revision 741 by tim, Wed Nov 16 19:42:11 2005 UTC vs.
Revision 819 by tim, Fri Dec 16 21:52:50 2005 UTC

# Line 26 | Line 26 | obtained in part or whole from RasMol2 by Roger Sayle.
26   // File Includes
27   ///////////////////////////////////////////////////////////////////////////////
28  
29 < #include "babelconfig.hpp"
29 > #include "config.h"
30  
31   #if HAVE_IOSTREAM
32   #include <iostream>
# 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