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

Comparing branches/development/src/brains/SimInfo.cpp (file contents):
Revision 1744 by gezelter, Tue Jun 5 18:07:08 2012 UTC vs.
Revision 1760 by gezelter, Thu Jun 21 19:26:46 2012 UTC

# Line 260 | Line 260 | namespace OpenMD {
260      }
261      
262      ndfLocal_ = ndf_local;
263    cerr << "ndfLocal_ = " << ndfLocal_ << "\n";
263  
264      // n_constraints is local, so subtract them on each processor
265      ndf_local -= nConstraints_;
# Line 802 | Line 801 | namespace OpenMD {
801        usesDirectional |= (*i)->isDirectional();
802        usesFluctuatingCharges |= (*i)->isFluctuatingCharge();
803      }
804 <    
804 >
805   #ifdef IS_MPI    
806      int temp;
807      temp = usesDirectional;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines