Changeset 1431 in Sophya for trunk/SophyaLib/SkyMap/localmap.cc
- Timestamp:
- Mar 1, 2001, 7:02:29 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/localmap.cc
r1419 r1431 184 184 185 185 /*! \fn bool SOPHYA::LocalMap::ContainsSph(double theta, double phi) const 186 187 186 \return true if teta,phi in map 187 <b> Not yet implemented </b> 188 188 */ 189 189 template<class T> … … 191 191 { 192 192 // $CHECK$ Reza 11/11/99 - A modifier 193 return(true); 193 throw NotAvailableOperation("LocalMap<T>::ContainsSph() - Not yet implemented !"); 194 return(true); 194 195 } 195 196
Note:
See TracChangeset
for help on using the changeset viewer.