ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
OOPSE-1.0
/
utils
/
sysbuilder
/
LatticeCreator.cpp
Revision:
1429
Committed:
Wed Jul 28 20:29:49 2004 UTC
(20 years, 9 months ago) by
tim
File size:
208 byte(s)
Log Message:
simpleBuilder in progress
File Contents
#
User
Rev
Content
1
tim
1423
#include "LatticeCreator.hpp"
2
#include "LatticeFactory.hpp"
3
4
BaseLatticeCreator::BaseLatticeCreator(const string& latType){
5
latticeType = latType;
6
tim
1429
LatticeFactory::getInstance()->registerCreator(this);
7
tim
1423
}
8