ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/LatticeCreator.cpp
Revision: 2
Committed: Fri Sep 24 04:16:43 2004 UTC (20 years, 7 months ago) by gezelter
File size: 208 byte(s)
Log Message:
Import of OOPSE v. 2.0

File Contents

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