ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/integrators/IntegratorCreator.cpp
Revision: 1837
Committed: Thu Dec 2 22:15:31 2004 UTC (19 years, 7 months ago) by tim
File size: 246 byte(s)
Log Message:
refine factory pattern to make it initialized correctly

File Contents

# Content
1
2 #include "integrators/IntegratorCreator.hpp"
3 #include "integrators/IntegratorFactory.hpp"
4
5 namespace oopse {
6
7 IntegratorCreator::IntegratorCreator(const std::string& ident) {
8 IntegratorFactory::getInstance()->registerIntegrator(this);
9 }
10
11 }
12

Properties

Name Value
svn:executable *