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 1429 by tim, Wed Jul 28 20:29:49 2004 UTC vs.
Revision 1435 by tim, Thu Jul 29 18:16:16 2004 UTC

# Line 24 | Line 24 | void CubicLattice::setLatticeConstant(const vector<dou
24   }
25  
26   void CubicLattice::setLatticeConstant(const vector<double>& lc){
27  double latticeParam;
27    
28    if(lc.size() < 1){
29      cerr << "CubicLattice::setLatticeConstant Error: the size of lattice constant vector  is 0" << endl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines