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