Changeset 183
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDMath.cc
r177 r183 86 86 } 87 87 88 SDMath::~SDMath() 89 {;} 90 88 91 89 92 CountedPtr<SDMemTable> SDMath::average (const Block<CountedPtr<SDMemTable> >& in, -
trunk/src/SDMath.h
r177 r183 53 53 // Assignment (copy semantics) 54 54 SDMath &operator=(const SDMath& other); 55 56 // Destructor 57 ~SDMath(); 55 58 56 59 // Quotient
Note:
See TracChangeset
for help on using the changeset viewer.