ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/hydrodynamics/HydrodynamicsModelFactory.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/applications/hydrodynamics/HydrodynamicsModelFactory.hpp (file contents):
Revision 2596 by tim, Wed Feb 22 20:35:16 2006 UTC vs.
Revision 2597 by tim, Thu Feb 23 23:16:43 2006 UTC

# Line 59 | Line 59 | namespace oopse {
59    //forward declaration
60    class HydrodynamicsModel;
61    class HydrodynamicsModelCreator;
62 <  class Molecule;
62 >  class StuntDouble;
63    typedef std::map<std::string, boost::any> DynamicProperty;  
64  
65    /**
# Line 111 | Line 111 | namespace oopse {
111       * creating this concrete object
112       * @param id the identification of the concrete object
113       */
114 <    HydrodynamicsModel* createHydrodynamicsModel(const std::string& id, Molecule* mol, const DynamicProperty& param);
114 >    HydrodynamicsModel* createHydrodynamicsModel(const std::string& id, StuntDouble* sd, const DynamicProperty& param);
115  
116      /**
117       *  Returns all of the registed  type identifiers

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines