Changeset 908 in Sophya for trunk/SophyaLib/SkyMap/sphericalmap.h


Ignore:
Timestamp:
Apr 13, 2000, 3:31:18 PM (25 years ago)
Author:
ansari
Message:

divers nettoyages : const. de copie, surcharge = etc.

File:
1 edited

Legend:

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

    r783 r908  
    1616//         SphereIco
    1717//      LocalMap
     18
     19
     20
     21
     22namespace SOPHYA {
     23
     24
    1825
    1926template<class T>
     
    3946virtual void GetThetaSlice(int_4 sliceIndex, r_8& theta, r_8& phi0, TVector<int_4>& pixelIndices,TVector<T>& value) const=0 ;
    4047};
     48
     49
     50} // Fin du namespace
     51
     52
     53
     54
    4155#endif
    4256
Note: See TracChangeset for help on using the changeset viewer.