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/development/src/nonbonded/SC.cpp (file contents), Revision 1586 by gezelter, Tue Jun 21 06:34:35 2011 UTC vs.
branches/devel_omp/src/nonbonded/SC.cpp (file contents), 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