Changeset 27142
- Timestamp:
- Mar 2, 2010, 12:21:50 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/getstar/src/ConfigInit_coords.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/getstar/src/ConfigInit_coords.c
r25757 r27142 33 33 if (*CATFORMAT == 0) strcpy (CATFORMAT, "ELIXIR"); 34 34 35 /* XXX this does not yet write out the master photcode table */36 sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR);37 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, TRUE)) {38 fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile);39 exit (1);40 }41 42 35 free (config); 43 36 free (file);
Note:
See TracChangeset
for help on using the changeset viewer.
