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

Comparing trunk/OOPSE-4/src/brains/SimInfo.cpp (file contents):
Revision 1491 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1492 by tim, Fri Sep 24 16:27:58 2004 UTC

# Line 5 | Line 5 | using namespace std;
5   #include <iostream>
6   using namespace std;
7  
8 < #include "SimInfo.hpp"
8 > #include "brains/SimInfo.hpp"
9   #define __C
10 < #include "fSimulation.h"
11 < #include "simError.h"
12 <
13 < #include "fortranWrappers.hpp"
10 > #include "brains/fSimulation.h"
11 > #include "utils/simError.h"
12  
13 < #include "MatVec3.h"
13 > #include "UseTheForce/fortranWrappers.hpp"
14 >
15 > #include "math/MatVec3.h"
16  
17   #ifdef IS_MPI
18 < #include "mpiSimulation.hpp"
18 > #include "brains/mpiSimulation.hpp"
19   #endif
20  
21   inline double roundMe( double x ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines