- Timestamp:
- Feb 21, 2000, 5:34:32 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/spheregorski.cc
r724 r725 236 236 //-- 237 237 { 238 // InitNul(); - Non , le destructeur ne doit pas mettre les pixels a zero !239 // Reza 20/11/99240 238 } 241 239 … … 1214 1212 } 1215 1213 1214 // On lit les 3 premiers uint_8 1215 uint_8 itab[3]; 1216 is.Get(itab, 3); 1216 1217 // Let's Read the SphereCoordSys object -- ATTENTIOn - $CHECK$ 1217 1218 FIO_SphereCoordSys fio_scs( dobj->GetCoordSys()); … … 1253 1254 } 1254 1255 1256 // On ecrit 3 uint_8 1257 // 0 : Numero de version, 1 : Size index, 2 reserve a l 1258 uint_8 itab[3]; 1259 itab[0] = 1; 1260 itab[1] = dobj->SizeIndex(); 1261 itab[2] = 0; 1262 os.Put(itab, 3); 1255 1263 // Let's write the SphereCoordSys object 1256 1264 FIO_SphereCoordSys fio_scs( dobj->GetCoordSys());
Note:
See TracChangeset
for help on using the changeset viewer.