Changeset 183


Ignore:
Timestamp:
01/07/05 13:43:27 (19 years ago)
Author:
kil064
Message:

add destructor

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.cc

    r177 r183  
    8686}
    8787
     88SDMath::~SDMath()
     89{;}
     90
    8891
    8992CountedPtr<SDMemTable> SDMath::average (const Block<CountedPtr<SDMemTable> >& in,
  • trunk/src/SDMath.h

    r177 r183  
    5353// Assignment  (copy semantics)
    5454   SDMath &operator=(const SDMath& other);
     55
     56// Destructor
     57   ~SDMath();
    5558
    5659// Quotient
Note: See TracChangeset for help on using the changeset viewer.