Changeset 1388 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Feb 6, 2001, 9:42:47 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitstarray.cc
r1371 r1388 112 112 throw PException(" FITS_TARRAY: number of dimensions of the array = 0?"); 113 113 } 114 cout << "FITS_TARRAY: nombre de dimension du tableau a ecrire: " << nbdim << endl;114 //cout << "FITS_TARRAY: nombre de dimension du tableau a ecrire: " << nbdim << endl; 115 115 int* naxisn = new int[nbdim]; 116 116 int k; … … 118 118 { 119 119 naxisn[k] = dobj_->Size(k); 120 cout << " nombre de donnees dans la la dimension " << k << " : " << naxisn[k] << endl;120 // cout << " nombre de donnees dans la la dimension " << k << " : " << naxisn[k] << endl; 121 121 } 122 122 char type; … … 137 137 if (naxisn[k] > 0) nbels *= naxisn[k]; 138 138 } 139 cout << " nombre total d'elements a copier " << nbels << endl;139 // cout << " nombre total d'elements a copier " << nbels << endl; 140 140 DVList dvl( dobj_->Info() ); 141 141 dvl["Content"]= "TArray";
Note:
See TracChangeset
for help on using the changeset viewer.