Changeset 1624 in Sophya for trunk/SophyaLib/SkyMap/localmap.h


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/localmap.h

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