Changeset 3493 in Sophya for trunk/SophyaExt/FitsIOServer/swfitsdtable.h
- Timestamp:
- Apr 30, 2008, 3:12:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/swfitsdtable.h
r3395 r3493 1 // This may look like C code, but it is really -*- C++ -*- 2 // Class DataTable (Row-Column data table in memory) 3 // R. Ansari - Avril 2005 4 // (C) LAL-IN2P3/CNRS CEA-DAPNIA 1 /* 2 --- SOPHYA software - FitsIOServer module --- 3 R. Ansari , 2005-2008 4 (C) UPS+LAL IN2P3/CNRS (C) DAPNIA-SPP/CEA 5 */ 5 6 6 7 #ifndef SWFITSDTABLE_H_SEEN … … 15 16 namespace SOPHYA { 16 17 17 //! An implementation of BaseDataTable withusing FITS files as swap space.18 //! An implementation of BaseDataTable using FITS files as swap space. 18 19 class SwFitsDataTable : public BaseDataTable { 19 20 public:
Note:
See TracChangeset
for help on using the changeset viewer.