# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |