Changeset 27435 for trunk/Ohana/src/addstar/src/getgsc.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/addstar/src/getgsc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/addstar/src/getgsc.c
r21508 r27435 7 7 static SkyTable *sky = NULL; 8 8 9 Stars *getgsc (SkyRegion *patch, int *NSTARS) {9 Stars *getgsc (SkyRegion *patch, unsigned int *NSTARS) { 10 10 11 int i, Ngsc, Nstars;11 unsigned int i, Ngsc, Nstars; 12 12 Stars *gsc; 13 13 Stars *stars; … … 45 45 } 46 46 47 Stars *rd_gsc (char *filename, int *nstars) {47 Stars *rd_gsc (char *filename, unsigned int *nstars) { 48 48 49 49 int i, NSTARS, Nstars, Nbytes, nbytes, Nline, Nbyte;
Note:
See TracChangeset
for help on using the changeset viewer.
