--- trunk/src/lattice/CubicLattice.cpp 2006/05/17 19:54:27 962 +++ trunk/src/lattice/CubicLattice.cpp 2006/05/17 21:51:42 963 @@ -52,14 +52,14 @@ namespace oopse { } - std::vector CubicLattice::getLatticeConstant(){ - std::vector lc; + std::vector CubicLattice::getLatticeConstant(){ + std::vector lc; lc.push_back(cellLen.x()); return lc; } - void CubicLattice::setLatticeConstant(const std::vector& lc){ + void CubicLattice::setLatticeConstant(const std::vector& lc){ if(lc.size() < 1){ std::cerr << "CubicLattice::setLatticeConstant Error: the size of lattice constant vector is 0" << std::endl;