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: 1840
Committed: Fri Dec 3 00:26:07 2004 UTC (19 years, 9 months ago) by tim
File size: 261 byte(s)
Log Message:
Fixed a bug in countTokens in StringTokenizer

File Contents

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

Properties

Name Value
svn:executable *