--- trunk/OOPSE-4/src/lattice/Lattice.hpp 2005/04/12 22:07:45 2182 +++ trunk/OOPSE-4/src/lattice/Lattice.hpp 2005/04/12 22:10:07 2183 @@ -58,9 +58,6 @@ class Lattice{ //virtual destructor of Lattice virtual ~Lattice() {} - - //get lattice type - virtual const std::string getLatticeType() = 0; int getNumSitesPerCell() {return nCellSites;}