ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/applications/simpleBuilder/BaseLattice.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/applications/simpleBuilder/BaseLattice.hpp (file contents):
Revision 1828 by tim, Thu Dec 2 05:04:20 2004 UTC vs.
Revision 1829 by tim, Thu Dec 2 05:14:58 2004 UTC

# Line 20 | Line 20 | class BaseLattice{
20      virtual ~BaseLattice() {}
21  
22      //get lattice type
23 <    virtual const  std::stringgetLatticeType() = 0;
23 >    virtual const  std::string getLatticeType() = 0;
24      
25      int getNumSitesPerCell() {return nCellSites;}
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines