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