ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/LatticeCreator.cpp
Revision: 3
Committed: Fri Sep 24 16:27:58 2004 UTC (20 years, 7 months ago) by tim
File size: 234 byte(s)
Log Message:
change the #include in source files

File Contents

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