Changeset 3089 for trunk/external-alma/atnf
- Timestamp:
- 12/09/15 16:07:02 (9 years ago)
- Location:
- trunk/external-alma/atnf/PKSIO
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external-alma/atnf/PKSIO/FITSreader.h
r1757 r3089 41 41 42 42 #include <atnf/PKSIO/MBrecord.h> 43 44 using namespace std;45 43 46 44 -
trunk/external-alma/atnf/PKSIO/MBFITSreader.cc
r3067 r3089 58 58 const double TWOPI = 2.0 * PI; 59 59 const double HALFPI = PI / 2.0; 60 #ifdef PKSIO_DEBUG 60 61 const double R2D = 180.0 / PI; 62 #endif 61 63 62 64 // Class name -
trunk/external-alma/atnf/PKSIO/MBFITSreader.h
r1757 r3089 43 43 #include <atnf/PKSIO/MBrecord.h> 44 44 45 using namespace std;46 45 47 46 // <summary> -
trunk/external-alma/atnf/PKSIO/MBrecord.cc
r1868 r3089 36 36 //#--------------------------------------------------------------------------- 37 37 38 #include <string.h> 39 38 40 #include <atnf/PKSIO/MBrecord.h> 39 41 #include <atnf/PKSIO/SrcType.h> 40 41 #include <string.h>42 42 43 43 //--------------------------------------------------------- MBrecord::MBrecord -
trunk/external-alma/atnf/PKSIO/MBrecord.h
r1868 r3089 61 61 #define ATNF_MBRECORD_H 62 62 63 using namespace std;64 63 65 64 // <summary>
Note:
See TracChangeset
for help on using the changeset viewer.