Changeset 2056 in Sophya for trunk/SophyaLib/SkyMap


Ignore:
Timestamp:
Jun 14, 2002, 2:31:19 PM (23 years ago)
Author:
ansari
Message:

Erreur type de retour ds localmap.cc - Reza 14/6/2002

File:
1 edited

Legend:

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

    r2052 r2056  
    7171inline  void SetThrowExceptionWhenOutofMapFlag(bool fg = false) { exc_outofmap_ = fg; }
    7272// true --> Genere des exceptions si theta-phi out of range , sinon, index a -1
    73 inline  void GetThrowExceptionWhenOutofMapFlag() { return exc_outofmap_; }
     73inline  bool GetThrowExceptionWhenOutofMapFlag() { return exc_outofmap_; }
    7474
    7575virtual bool ContainsSph(double theta, double phi) const;
Note: See TracChangeset for help on using the changeset viewer.