]> www.ginac.de Git - ginac.git/blobdiff - ginac/isospin.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / isospin.h
index 313c1309c02880ad12466c1c561d98a140cab5d2..3facb90bf0094c5034e24c8a0002226af33ebf64 100644 (file)
@@ -35,18 +35,6 @@ class isospin : public indexed
 {
        GINAC_DECLARE_REGISTERED_CLASS(isospin, indexed)
 
-// member functions
-
-       // default constructor, destructor, copy constructor assignment operator and helpers
-public:
-       isospin();
-       ~isospin();
-       isospin(const isospin & other);
-       const isospin & operator=(const isospin & other);
-protected:
-       void copy(const isospin & other); 
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        explicit isospin(const std::string & initname);