Changes in / [71e7c7:986c80]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecules.cpp
r71e7c7 r986c80 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.