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

Comparing trunk/OOPSE-1.0/utils/sysbuilder/Lattice.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 17 | Line 17 | vector<double> CubicLattice::getLatticeConstant(){
17   }
18  
19   vector<double> CubicLattice::getLatticeConstant(){
20 <  vector lc;
20 >  vector<double> lc;
21    
22    lc.push_back(cellLen.x);
23    return lc;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines