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

Comparing trunk/OOPSE-2.0/src/openbabel/ring.cpp (file contents):
Revision 2440 by tim, Wed Nov 16 19:42:11 2005 UTC vs.
Revision 2518 by tim, Fri Dec 16 21:52:50 2005 UTC

# Line 78 | Line 78 | void OBMol::FindSSSR()
78      if (HasSSSRPerceived())
79          return;
80      SetSSSRPerceived();
81 <    obErrorLog.ThrowError(__FUNCTION__,
81 >    obErrorLog.ThrowError(__func__,
82                            "Ran OpenBabel::FindSSSR", obAuditMsg);
83  
84      OBRing *ring;
# Line 330 | Line 330 | void OBMol::FindRingAtomsAndBonds()
330          return;
331      SetFlag(OB_RINGFLAGS_MOL);
332  
333 <    obErrorLog.ThrowError(__FUNCTION__,
333 >    obErrorLog.ThrowError(__func__,
334                            "Ran OpenBabel::FindRingAtomsAndBonds", obAuditMsg);
335  
336      OBBitVec avisit,bvisit;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines