ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/integrators/IntegratorFactory.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/integrators/IntegratorFactory.cpp (file contents):
Revision 1911 by tim, Fri Dec 3 00:26:07 2004 UTC vs.
Revision 1912 by tim, Mon Jan 10 20:52:07 2005 UTC

# Line 8 | Line 8 | bool IntegratorFactory::registerIntegrator(IntegratorC
8   IntegratorFactory* IntegratorFactory::instance_ = NULL;
9  
10   bool IntegratorFactory::registerIntegrator(IntegratorCreator* creator) {
11    std::cout << "register " << creator->getIdent() << std::endl;
11      return creatorMap_.insert(
12          CreatorMapType::value_type(creator->getIdent(), creator)).second;
13   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines