Changeset 1371 in Sophya for trunk/SophyaLib/Samba/scan.h
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/scan.h
r701 r1371 1 // Class for managing sky scanning 2 // R. Ansari , G. Le Meur 1998-2000 3 // DAPNIA/SPP (Saclay) / CEA LAL - IN2P3/CNRS (Orsay) 4 1 5 #ifndef SCAN_H_SEEN 2 6 #define SCAN_H_SEEN 3 7 4 8 5 // includes PEIDA6 9 #include "ppersist.h" 7 10 #include <iostream.h> 8 11 #include "dvlist.h" 9 12 #include "ndatablock.h" 13 14 namespace SOPHYA { 10 15 11 16 class FIO_Scan; … … 188 193 }; 189 194 195 } // namespace SOPHYA 190 196 191 197 #endif /* SCAN_H_SEEN */
Note:
See TracChangeset
for help on using the changeset viewer.