ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopse-1.0/utils/sysbuilder/LatticeCreator.cpp
Revision: 1447
Committed: Fri Jul 30 21:01:35 2004 UTC (20 years, 9 months ago) by gezelter
File size: 208 byte(s)
Log Message:
Initial import of OOPSE sources into cvs tree

File Contents

# User Rev Content
1 gezelter 1447 #include "LatticeCreator.hpp"
2     #include "LatticeFactory.hpp"
3    
4     BaseLatticeCreator::BaseLatticeCreator(const string& latType){
5     latticeType = latType;
6     LatticeFactory::getInstance()->registerCreator(this);
7     }
8