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

Comparing trunk/OOPSE-4/src/types/ZconsStamp.hpp (file contents):
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 3175 by gezelter, Mon Jul 16 13:33:10 2007 UTC

# Line 44 | Line 44 | class ZConsStamp : public DataHolder {
44  
45   #include "types/DataHolder.hpp"
46   namespace oopse {
47 < class ZConsStamp : public DataHolder {
47 >  class ZConsStamp : public DataHolder {
48      DeclareParameter(MolIndex, int);
49      DeclareParameter(Zpos, RealType);
50      DeclareParameter(Kratio, RealType);
51      DeclareParameter(CantVel, RealType);
52 <    public:
53 <        ZConsStamp();
54 <        virtual ~ZConsStamp();
55 <        virtual void validate();
56 < };
52 >  public:
53 >    ZConsStamp();
54 >    virtual ~ZConsStamp();
55 >    virtual void validate();
56 >  };
57   }
58   #endif // __ZCONSTAMP_H__

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines