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

Comparing branches/new_design/OOPSE-2.0/src/applications/simpleBuilder/BaseLattice.cpp (file contents):
Revision 1890, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1891 by tim, Wed Dec 15 22:34:41 2004 UTC

# Line 1 | Line 1
1   #include "applications/simpleBuilder/BaseLattice.hpp"
2 void BaseLattice::getLatticePointsPos(vector<Vector3d>& latticePos, int nx, int ny, int nz){
2  
3 + namespace oopse{
4 + void BaseLattice::getLatticePointsPos(std::vector<Vector3d>& latticePos, int nx, int ny, int nz){
5 +
6    latticePos.resize(nCellSites);
7                                                            
8    for( int i=0;i < nCellSites;i++){
# Line 12 | Line 14 | void BaseLattice::getLatticePointsPos(vector<Vector3d>
14  
15   }
16  
17 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines