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

Comparing branches/new_design/OOPSE-3.0/src/integrators/IntegratorFactory.hpp (file contents):
Revision 1758 by tim, Fri Nov 19 17:56:32 2004 UTC vs.
Revision 1819 by tim, Wed Dec 1 22:45:49 2004 UTC

# Line 32 | Line 32
32   #ifndef INTEGRATORS_INTEGRATORFACTORY_HPP
33   #define INTEGRATORS_INTEGRATORFACTORY_HPP
34   #include <cassert>
35 + #include <iostream>
36   #include <map>
37   #include <string>
38   #include <vector>
# Line 85 | Line 86 | class IntegratorFactory {
86           * creating this concrete object
87           * @param id the identification of the concrete object
88           */
89 <        Integrator* createIntegrator(const std::string& id);
89 >        Integrator* createIntegrator(const std::string& id, SimInfo* info);
90  
91          /**
92           *  Returns all of the registed  type identifiers

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines