Changeset 3572 in Sophya for trunk/SophyaProg/Tests/obj_fits.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/obj_fits.cc
r2615 r3572 8 8 #include "dvlist.h" 9 9 #include "ntuple.h" 10 #include "xntuple.h"11 #include "fitsxntuple.h"12 10 #include "fitsntuple.h" 13 11 #include "fitstarray.h" … … 60 58 61 59 cout << " Creating NTuple " << endl; 62 c har * names[3] = {"XPos", "YPos", "Val"};60 const char * names[3] = {"XPos", "YPos", "Val"}; 63 61 int i,j, k; 64 62 float xnt[3];
Note:
See TracChangeset
for help on using the changeset viewer.