ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/SimInfo.cpp
(Generate patch)

Comparing trunk/src/brains/SimInfo.cpp (file contents):
Revision 1120 by chuckv, Fri Dec 29 20:21:53 2006 UTC vs.
Revision 1121 by chuckv, Mon Feb 26 04:45:42 2007 UTC

# Line 873 | Line 873 | namespace oopse {
873  
874      // Setup number of neighbors in neighbor list if present
875      if (simParams_->haveNeighborListNeighbors()) {
876 <      setNeighbors(simParams_->getNeighborListNeighbors());
876 >      int nlistNeighbors = simParams_->getNeighborListNeighbors();
877 >      setNeighbors(&nlistNeighbors);
878      }
879    
880  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines