ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/utils/sysbuilder/BaseLattice.cpp
(Generate patch)

Comparing trunk/OOPSE-1.0/utils/sysbuilder/BaseLattice.cpp (file contents):
Revision 1427 by tim, Wed Jul 28 18:42:59 2004 UTC vs.
Revision 1429 by tim, Wed Jul 28 20:29:49 2004 UTC

# Line 1 | Line 1
1   #include "BaseLattice.hpp"
2 < void BaseLattice::getLatticePoints(vector<Vector3d>& latticePos, int nx, int ny, int nz){
2 > void BaseLattice::getLatticePointsPos(vector<Vector3d>& latticePos, int nx, int ny, int nz){
3  
4    latticePos.resize(nCellSites);
5                                                            

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines