Changeset 10367
- Timestamp:
- 04/14/11 15:24:42 (14 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r10366 r10367 15 15 // ************************************************************************** 16 16 #include "Fits.h" 17 18 #include "Time.h" 19 #include "Converter.h" 20 21 using namespace std; 22 17 23 // -------------------------------------------------------------------------- 18 24 // -
trunk/FACT++/src/Fits.h
r10366 r10367 1 #ifndef F ITS_H_2 #define F ITS_H_1 #ifndef FACT_Fits 2 #define FACT_Fits 3 3 4 4 #include <CCfits/CCfits> 5 5 #include <vector> 6 #include <iostream>7 6 8 7 #include "Description.h" 9 8 10 9 using namespace CCfits; 10 11 class Converter; 11 12 12 13 class Fits
Note:
See TracChangeset
for help on using the changeset viewer.