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

Comparing branches/new_design/OOPSE-2.0/src/integrators/IntegratorCreator.hpp (file contents):
Revision 1912 by tim, Thu Dec 2 22:15:31 2004 UTC vs.
Revision 1913 by tim, Mon Jan 10 22:04:20 2005 UTC

# Line 38 | Line 38 | class IntegratorCreator {
38   */
39   class IntegratorCreator {
40      public:
41 <        IntegratorCreator(const std::string& ident);
41 >        IntegratorCreator(const std::string& ident) : ident_(ident) {}
42  
43          const std::string& getIdent() const { return ident_; }
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines