Changes in / [71e7c7:986c80]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecules.cpp

    r71e7c7 r986c80  
    24052405  Vector x;
    24062406  int FalseBondDegree = 0;
    2407   
     2407 
    24082408  BondDistance = bonddistance; // * ((IsAngstroem) ? 1. : 1./AtomicLengthToAngstroem);
    24092409  *out << Verbose(0) << "Begin of CreateAdjacencyList." << endl;
     
    28012801    ColorList[i] = white;
    28022802  }
    2803  
     2803  
    28042804  *out << Verbose(1) << "Back edge list - ";
    28052805  BackEdgeStack->Output(out);
     
    38093809        OtherAtom = ListOfBondsPerAtom[Walker->nr][i]->GetOtherAtom(Walker);
    38103810              if (OtherAtom == ListOfLocalAtoms[Binder->rightatom->nr]) { // found the bond
    3811               LocalStack->Push(ListOfBondsPerAtom[Walker->nr][i]);
    3812                                         *out << Verbose(3) << "Found local edge " << *(ListOfBondsPerAtom[Walker->nr][i]) << "." << endl;
     3811                LocalStack->Push(ListOfBondsPerAtom[Walker->nr][i]);
     3812                *out << Verbose(3) << "Found local edge " << *(ListOfBondsPerAtom[Walker->nr][i]) << "." << endl;
    38133813                break;
    38143814            }
Note: See TracChangeset for help on using the changeset viewer.