Changeset 265 in Sophya for trunk/SophyaLib/BaseTools/ndatablock.h
- Timestamp:
- Apr 23, 1999, 7:09:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ndatablock.h
r259 r265 119 119 template<class T> 120 120 inline NDataBlock<T> operator + (NDataBlock<T>& a,NDataBlock<T>& b) 121 {return a.Add(b);}121 {return a.Add(b);} 122 122 template<class T> 123 123 inline NDataBlock<T> operator - (NDataBlock<T>& a,NDataBlock<T>& b)
Note:
See TracChangeset
for help on using the changeset viewer.