ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/src/nonbonded/SC.cpp
(Generate patch)

Comparing branches/devel_omp/src/nonbonded/SC.cpp (file contents):
Revision 1594 by chuckv, Tue Jul 19 16:45:30 2011 UTC vs.
Revision 1614 by mciznick, Tue Aug 23 20:55:51 2011 UTC

# Line 335 | Line 335 | namespace OpenMD {
335      return;
336    }
337    
338 <
338 >  void SC::initForce() {
339 >        if (!initialized_) initialize();
340 >  }
341 >
342    void SC::calcForce(InteractionData &idat) {
343      
344      if (!initialized_) initialize();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines