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

Comparing trunk/OOPSE-2.0/src/openbabel/obatom.cpp (file contents):
Revision 2466 by chuckv, Wed Nov 23 01:05:59 2005 UTC vs.
Revision 2518 by tim, Fri Dec 16 21:52:50 2005 UTC

# Line 1164 | Line 1164 | bool OBAtom::HtoMethyl()
1164      if (!IsHydrogen())
1165          return(false);
1166  
1167 <    obErrorLog.ThrowError(__FUNCTION__,
1167 >    obErrorLog.ThrowError(__func__,
1168                            "Ran OpenBabel::HtoMethyl", obAuditMsg);
1169  
1170      OBMol *mol = (OBMol*)GetParent();
# Line 1231 | Line 1231 | bool OBAtom::SetHybAndGeom(int hyb)
1231  
1232   bool OBAtom::SetHybAndGeom(int hyb)
1233   {
1234 <    obErrorLog.ThrowError(__FUNCTION__,
1234 >    obErrorLog.ThrowError(__func__,
1235                            "Ran OpenBabel::SetHybridizationAndGeometry",
1236                            obAuditMsg);
1237  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines