Changeset 1431 in Sophya for trunk/SophyaLib/SkyMap/localmap.cc


Ignore:
Timestamp:
Mar 1, 2001, 7:02:29 PM (25 years ago)
Author:
ansari
Message:

Ajout d'un throw pour la methode LocalMap::ContainsSph() qui n'est pas implementee - Reza 1/3/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/localmap.cc

    r1419 r1431  
    184184
    185185/*! \fn bool SOPHYA::LocalMap::ContainsSph(double theta, double phi) const
    186 
    187186 \return true if teta,phi in map 
     187 <b> Not yet implemented </b>
    188188*/
    189189template<class T>
     
    191191{
    192192// $CHECK$  Reza 11/11/99 - A modifier
    193 return(true);
     193  throw NotAvailableOperation("LocalMap<T>::ContainsSph() - Not yet implemented !");
     194  return(true);
    194195}
    195196
Note: See TracChangeset for help on using the changeset viewer.