Ignore:
Timestamp:
Aug 7, 2001, 12:52:19 AM (24 years ago)
Author:
cmv
Message:

On enleve les SetTemp() inutiles cmv 6/8/01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/spherethetaphi.h

    r1551 r1624  
    201201inline  SphereThetaPhi<T>&  operator += (T x)  { return Add(x); }
    202202//! Substract \b x to all elements
    203 virtual SphereThetaPhi<T>& Sub(T a);
     203virtual SphereThetaPhi<T>& Sub(T a,bool fginv=false);
    204204inline   SphereThetaPhi<T>&  operator -= (T x)  { return Sub(x); }
    205205//! Multiply all elements by \b x
Note: See TracChangeset for help on using the changeset viewer.