Changeset 748 for trunk/MagicSoft/Cosy/catalog
- Timestamp:
- 04/10/01 12:20:13 (24 years ago)
- Location:
- trunk/MagicSoft/Cosy/catalog
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/SaoFile.cc
r740 r748 66 66 { 67 67 file = new File(name, "r"); 68 69 if (!*file) 70 exit(0); 68 71 69 72 compressed = !strcasecmp(name+strlen(name)-4, ".cmp"); -
trunk/MagicSoft/Cosy/catalog/StarCatalog.cc
r740 r748 28 28 // read index file 29 29 // 30 File idx("sao-sort.idx", "r"); 30 File idx("sao/sao-sort.idx", "r"); 31 32 if (!idx) 33 exit(0); 34 31 35 while (!idx.Eof()) 32 36 { … … 50 54 // open catalog 51 55 // 52 fSao = new SaoFile("sao -sort.cmp");56 fSao = new SaoFile("sao/sao-sort.cmp"); 53 57 } 54 58
Note:
See TracChangeset
for help on using the changeset viewer.