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

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

# Line 102 | Line 102 | void OBBond::SetLength(OBAtom *fixed, double length)
102      vector3 v1,v2,v3,v4,v5;
103      vector<int> children;
104  
105 <    obErrorLog.ThrowError(__FUNCTION__,
105 >    obErrorLog.ThrowError(__func__,
106                            "Ran OpenBabel::SetBondLength", obAuditMsg);
107  
108      int a = fixed->GetIdx();
# Line 433 | Line 433 | bool OBBond::IsClosure()
433  
434      mol->SetClosureBondsPerceived();
435  
436 <    obErrorLog.ThrowError(__FUNCTION__,
436 >    obErrorLog.ThrowError(__func__,
437                            "Ran OpenBabel::PerceiveClosureBonds", obAuditMsg);
438  
439      OBBond *bond;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines