Changeset 873 in Sophya for trunk/SophyaExt/FitsIOServer/fitstarray.cc
- Timestamp:
- Apr 11, 2000, 10:01:21 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitstarray.cc
r863 r873 99 99 throw PException(" FITS_TARRAY: number of dimensions of the array = 0?"); 100 100 } 101 cout << "FITS_TARRAY: nombre de dimension du tableau a ecrire: " << nbdim << endl;101 cout << "FITS_TARRAY: nombre de dimension du tableau a ecrire: " << nbdim << endl; 102 102 int* naxisn = new int[nbdim]; 103 103 for (int k=0; k< nbdim; k++) 104 104 { 105 105 naxisn[k] = dobj_->Size(k); 106 cout << " taille dela dimension " << k << " : " << naxisn[k] << endl;106 cout << " nombre de donnees dans la la dimension " << k << " : " << naxisn[k] << endl; 107 107 } 108 108 char type;
Note:
See TracChangeset
for help on using the changeset viewer.