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

Comparing trunk/OOPSE-4/src/UseTheForce/LJFF.cpp (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1617 by chuckv, Wed Oct 20 20:46:20 2004 UTC

# Line 9 | Line 9 | using namespace std;
9   #include <mpi.h>
10   #endif //is_mpi
11  
12 < #include "ForceFields.hpp"
13 < #include "SRI.hpp"
14 < #include "simError.h"
12 > #include "UseTheForce/ForceFields.hpp"
13 > #include "primitives/SRI.hpp"
14 > #include "utils/simError.h"
15 > #include "UseTheForce/DarkSide/atype_interface.h"
16  
17 < #include "fortranWrappers.hpp"
17 > //#include "UseTheForce/fortranWrappers.hpp"
18  
19   #ifdef IS_MPI
20 < #include "mpiForceField.h"
20 > #include "UseTheForce/mpiForceField.h"
21   #endif // is_mpi
22  
23  
# Line 128 | Line 129 | LJFF::LJFF(){
129    currentAtomType = NULL;
130  
131    // do the funtion wrapping
132 <  wrapMeFF( this );
132 > // wrapMeFF( this );
133  
134   #ifdef IS_MPI
135    int i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines