Changeset 307290
- Timestamp:
- Jul 23, 2009, 11:46:57 AM (16 years ago)
- Children:
- 560995
- Parents:
- 59a745 (diff), 2bfaf8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.cpp
r59a745 r307290 2405 2405 Vector x; 2406 2406 int FalseBondDegree = 0; 2407 2407 2408 2408 BondDistance = bonddistance; // * ((IsAngstroem) ? 1. : 1./AtomicLengthToAngstroem); 2409 2409 *out << Verbose(0) << "Begin of CreateAdjacencyList." << endl; … … 2801 2801 ColorList[i] = white; 2802 2802 } 2803 2803 2804 2804 *out << Verbose(1) << "Back edge list - "; 2805 2805 BackEdgeStack->Output(out); … … 3809 3809 OtherAtom = ListOfBondsPerAtom[Walker->nr][i]->GetOtherAtom(Walker); 3810 3810 if (OtherAtom == ListOfLocalAtoms[Binder->rightatom->nr]) { // found the bond 3811 LocalStack->Push(ListOfBondsPerAtom[Walker->nr][i]);3812 3811 LocalStack->Push(ListOfBondsPerAtom[Walker->nr][i]); 3812 *out << Verbose(3) << "Found local edge " << *(ListOfBondsPerAtom[Walker->nr][i]) << "." << endl; 3813 3813 break; 3814 3814 }
Note:
See TracChangeset
for help on using the changeset viewer.