Changeset 3592 in Sophya for trunk/AddOn/TAcq/minifits.h


Ignore:
Timestamp:
Apr 6, 2009, 11:57:39 PM (16 years ago)
Author:
ansari
Message:

Amelioration programme mfits2pec.cc - Reza 06/04/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/minifits.h

    r3538 r3592  
    1818  explicit MiniFITSException(const char * m) { msg = m; }
    1919  explicit MiniFITSException(const string& m) { msg = m; }
     20  virtual ~MiniFITSException() { }
    2021  virtual string const& Msg() const  {return msg;}
    2122 private:
Note: See TracChangeset for help on using the changeset viewer.