technology creation in progress

This commit is contained in:
The Coriolis Project 2008-04-02 20:15:52 +00:00
parent 6a98b38248
commit 488504c872
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ int main() {
try {
cout << "simple analogic test" << endl;
DataBase* db = DataBase::create();
Technology* technology = Technology::create(db);
//Technology* technology = Technology::create(db);
Library* rootLibrary = Library::create(db, Name("RootLibrary"));
Library* workLibrary = Library::create(rootLibrary, Name("WorkLibrary"));
TrMos* trmos = TrMos::create(workLibrary, Name("MosTr"));