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

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

# Line 390 | Line 390 | namespace OpenMD {
390      return;
391    }
392  
393 <
393 >  void EAM::initForce() {
394 >        if (!initialized_) initialize();
395 >  }
396 >
397    void EAM::calcForce(InteractionData &idat) {
398  
399      if (!initialized_) initialize();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines