ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/applications/simpleBuilder/BaseLattice.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/applications/simpleBuilder/BaseLattice.hpp (file contents):
Revision 1890 by tim, Thu Dec 2 05:14:58 2004 UTC vs.
Revision 1891 by tim, Wed Dec 15 22:34:41 2004 UTC

# Line 4 | Line 4
4   #include <vector>
5   #include "math/Vector3.hpp"
6  
7 + namespace oopse {
8  
8
9   class BaseLattice{
10    protected:
11      BaseLattice(){
12      Vector3d zeroVector3d(0.0, 0.0, 0.0);
12        
13 <      setOrigin(zeroVector3d);
13 >      setOrigin(V3Zero);
14      }
15      
16    public:
# Line 24 | Line 23 | class BaseLattice{
23      
24      int getNumSitesPerCell() {return nCellSites;}
25  
26 <    void getLatticePointsPos(vector<Vector3d>& latticePos, int nx, int ny, int nz);
26 >    void getLatticePointsPos(std::vector<Vector3d>& latticePos, int nx, int ny, int nz);
27  
28       std::vector<Vector3d> getLatticePointsOrt() {return cellSitesOrt;}
29      
# Line 53 | Line 52 | class BaseLattice{
52   };
53  
54  
55 + }
56 +
57   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines