Changeset 307290


Ignore:
Timestamp:
Jul 23, 2009, 11:46:57 AM (16 years ago)
Author:
Frederik Heber <heber@…>
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.
Message:

Merge branch 'ConstrainedMolecularDynamics'

Conflicts:

molecuilder/src/molecules.cpp

  • conflict was just regarding empty lines with some superfluous spaces
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.cpp

    r59a745 r307290  
    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.