--- trunk/src/lattice/shapedLattice.cpp 2006/03/29 19:17:20 923 +++ trunk/src/lattice/shapedLattice.cpp 2006/05/17 21:51:42 963 @@ -42,7 +42,7 @@ * * Created by Charles F. Vardeman II on 17 Feb 2006. * @author Charles F. Vardeman II - * @version $Id: shapedLattice.cpp,v 1.3 2006-03-29 19:17:20 chuckv Exp $ + * @version $Id: shapedLattice.cpp,v 1.4 2006-05-17 21:51:42 tim Exp $ * */ @@ -53,7 +53,7 @@ namespace oopse{ #include "lattice/LatticeFactory.hpp" namespace oopse{ - shapedLattice::shapedLattice(double latticeConstant, + shapedLattice::shapedLattice(RealType latticeConstant, std::string latticeType) { latticeConstant_ = latticeConstant; latticeType_ = latticeType; @@ -65,7 +65,7 @@ namespace oopse{ } //Set the lattice constant - std::vector lc; + std::vector lc; lc.push_back(latticeConstant_); simpleLattice_->setLatticeConstant(lc); }