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

Comparing trunk/OOPSE-4/src/UseTheForce/ForceFields.cpp (file contents):
Revision 1492 by tim, Fri Sep 24 16:27:58 2004 UTC vs.
Revision 1617 by chuckv, Wed Oct 20 20:46:20 2004 UTC

# Line 17 | Line 17 | using namespace std;
17   #include "utils/simError.h"
18   #include "UseTheForce/ForceFields.hpp"
19   #include "primitives/Atom.hpp"
20 < #include "UseTheForce/fortranWrappers.hpp"
20 > #include "UseTheForce/doForces_interface.h"
21  
22  
23   void ForceFields::calcRcut( void ){
# Line 168 | Line 168 | void ForceFields::doForces( int calcPot, int calcStres
168    startProfile(pro8);
169   #endif
170  
171 <  fortranForceLoop( pos,
171 >  doForceLoop( pos,
172                      rc,
173                      A,
174                      u_l,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines