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

Comparing trunk/OOPSE-2.0/src/integrators/Integrator.cpp (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1492 by tim, Fri Sep 24 16:27:58 2004 UTC

# Line 2 | Line 2
2   #include <stdlib.h>
3   #include <math.h>
4   #ifdef IS_MPI
5 < #include "mpiSimulation.hpp"
5 > #include "brains/mpiSimulation.hpp"
6   #include <unistd.h>
7   #endif //is_mpi
8  
9   #ifdef PROFILE
10 < #include "mdProfile.hpp"
10 > #include "profiling/mdProfile.hpp"
11   #endif // profile
12  
13 < #include "Integrator.hpp"
14 < #include "simError.h"
13 > #include "integrators/Integrator.hpp"
14 > #include "utils/simError.h"
15  
16  
17   template<typename T> Integrator<T>::Integrator(SimInfo* theInfo,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines