Changeset 3493 in Sophya for trunk/SophyaExt/FitsIOServer/fitsblkrw.h
- Timestamp:
- Apr 30, 2008, 3:12:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsblkrw.h
r3167 r3493 1 /* 2 --- SOPHYA software - FitsIOServer module --- 3 R. Ansari , 2005-2008 4 (C) UPS+LAL IN2P3/CNRS (C) DAPNIA-SPP/CEA 5 */ 1 6 #ifndef FITSBLKRW_H 2 7 #define FITSBLKRW_H … … 20 25 { 21 26 int status = 0; 22 LONGLONG fpix[ 5] = {1,1,1,1,1};27 LONGLONG fpix[15] = {1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1}; 23 28 if (fpixel == NULL) fpixel = fpix; 24 29 T * ncd = const_cast<T *>(d); … … 40 45 { 41 46 int status = 0; 42 LONGLONG fpix[ 5] = {1,1,1,1,1};47 LONGLONG fpix[15] = {1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1}; 43 48 if (fpixel == NULL) fpixel = fpix; 44 49 int anynul = 0;
Note:
See TracChangeset
for help on using the changeset viewer.