Changeset 1210 in Sophya for trunk/SophyaExt/FitsIOServer/fitsntuple.cc
- Timestamp:
- Sep 29, 2000, 6:21:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsntuple.cc
r1194 r1210 177 177 { 178 178 for(int j = 0; j < nentries; j++) column[j]= dobj_->GetVal(j,k); 179 os. putColToFits(k, nentries, column);179 os.PutColToFits(k, nentries, column); 180 180 } 181 181 delete [] column;
Note:
See TracChangeset
for help on using the changeset viewer.