Changeset 1624 in Sophya for trunk/SophyaLib/SkyMap/localmap.h
- Timestamp:
- Aug 7, 2001, 12:52:19 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/localmap.h
r1551 r1624 120 120 inline LocalMap<T>& operator += (T x) { return Add(x); } 121 121 //! Substract \b x to all elements 122 virtual LocalMap<T>& Sub(T a );122 virtual LocalMap<T>& Sub(T a,bool fginv=false); 123 123 inline LocalMap<T>& operator -= (T x) { return Sub(x); } 124 124 //! Multiply all elements by \b x
Note:
See TracChangeset
for help on using the changeset viewer.