ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/applications/simpleBuilder/LatticeCreator.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/applications/simpleBuilder/LatticeCreator.cpp (file contents):
Revision 1890 by tim, Thu Dec 2 16:04:19 2004 UTC vs.
Revision 1891 by tim, Wed Dec 15 22:34:41 2004 UTC

# Line 1 | Line 1
1   #include "applications/simpleBuilder/LatticeCreator.hpp"
2   #include "applications/simpleBuilder/LatticeFactory.hpp"
3 + namespace oopse {
4  
5   BaseLatticeCreator::BaseLatticeCreator(const std::string& latType){
6    latticeType = latType;
7    LatticeFactory::getInstance()->registerCreator(this);
8   }
9  
10 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines