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

Comparing trunk/OOPSE-3.0/src/brains/Thermo.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 6 | Line 6 | using namespace std;
6   #include <mpi.h>
7   #endif //is_mpi
8  
9 < #include "Thermo.hpp"
10 < #include "SRI.hpp"
11 < #include "Integrator.hpp"
12 < #include "simError.h"
13 < #include "MatVec3.h"
9 > #include "brains/Thermo.hpp"
10 > #include "primitives/SRI.hpp"
11 > #include "integrators/Integrator.hpp"
12 > #include "utils/simError.h"
13 > #include "math/MatVec3.h"
14  
15   #ifdef IS_MPI
16   #define __C
17 < #include "mpiSimulation.hpp"
17 > #include "brains/mpiSimulation.hpp"
18   #endif // is_mpi
19  
20   inline double roundMe( double x ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines