Changeset 808 for trunk/MagicSoft/Cosy/Starguider.cc
- Timestamp:
- 05/25/01 16:51:24 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Starguider.cc
r748 r808 293 293 } 294 294 295 void Starguider::Execute(const unsigned long n, char*img, struct timeval *tm)295 void Starguider::Execute(const unsigned long n, byte *img, struct timeval *tm) 296 296 { 297 297 … … 329 329 if (fDisplay->IsEntryChecked(IDM_kCatalog)) 330 330 { 331 charcimg[768*576];331 byte cimg[768*576]; 332 332 333 333 XY xy = fCRaDec->GetCoordinates();
Note:
See TracChangeset
for help on using the changeset viewer.