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

Comparing branches/new_design/OOPSE-2.0/src/brains/ForceManager.cpp (file contents):
Revision 1804 by tim, Tue Nov 30 19:58:25 2004 UTC vs.
Revision 1805 by tim, Tue Nov 30 20:50:47 2004 UTC

# Line 177 | Line 177 | void ForceManager::calcLongRangeInteraction(bool needP
177  
178      //store the tau and long range potential    
179      curSnapshot->statData[Stats::LONG_RANGE_POTENTIAL] = longRangePotential;
180 <    curSnapshot->statData[Stats::TAUXX] = tau[0];
181 <    curSnapshot->statData[Stats::TAUXY] = tau[1];
182 <    curSnapshot->statData[Stats::TAUXZ] = tau[2];
183 <    curSnapshot->statData[Stats::TAUYX] = tau[3];
184 <    curSnapshot->statData[Stats::TAUYY] = tau[4];
185 <    curSnapshot->statData[Stats::TAUYZ] = tau[5];
186 <    curSnapshot->statData[Stats::TAUZX] = tau[6];
187 <    curSnapshot->statData[Stats::TAUZY] = tau[7];
188 <    curSnapshot->statData[Stats::TAUZZ] = tau[8];
180 >    curSnapshot->statData.setTau(tau);
181   }
182  
183  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines