ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/minimizers/Minimizer.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/minimizers/Minimizer.cpp (file contents):
Revision 1902 by tim, Wed Jan 5 17:35:19 2005 UTC vs.
Revision 1903 by tim, Thu Jan 6 00:16:07 2005 UTC

# Line 508 | Line 508 | void Minimizer::calcDim() {
508      Molecule::IntegrableObjectIterator  j;
509      Molecule* mol;
510      StuntDouble* integrableObject;    
511 <    int ndim = 0;
511 >    ndim = 0;
512  
513      for (mol = info->beginMolecule(i); mol != NULL; mol = info->nextMolecule(i)) {
514          for (integrableObject = mol->beginIntegrableObject(j); integrableObject != NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines