ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/ForceFields.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/ForceFields.cpp (file contents):
Revision 484 by gezelter, Wed Apr 9 13:59:35 2003 UTC vs.
Revision 561 by mmeineke, Fri Jun 20 20:29:36 2003 UTC

# Line 1 | Line 1
1 + #include <iostream>
2 +
3 + using namespace std;
4 +
5 +
6   #include <cstdlib>
7  
8   #ifdef IS_MPI
# Line 62 | Line 67 | void ForceFields::doForces( int calcPot, int calcStres
67    trq = Atom::getTrqArray();
68    A   = Atom::getAmatArray();
69    u_l = Atom::getUlArray();
70 <  
70 >
71    isError = 0;
72    entry_plug->lrPot = 0.0;
73  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines