Changeset 39412
- Timestamp:
- Feb 27, 2016, 2:12:51 PM (10 years ago)
- Location:
- branches/eam_branches/ohana.20160226/src/relastro
- Files:
-
- 4 edited
-
include/relastro.h (modified) (1 diff)
-
src/fitobj.c (modified) (1 diff)
-
src/fitobj2.c (modified) (1 diff)
-
src/indexCatalogs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/relastro/include/relastro.h
r39411 r39412 653 653 654 654 int indexCatalogs (Catalog *catalog, int Ncatalog); 655 int catID_and_objID_to_seq ( int catID,int objID, int *catSeq, off_t *objSeq);655 int catID_and_objID_to_seq (unsigned int catID, unsigned int objID, int *catSeq, off_t *objSeq); 656 656 657 657 int markObjects (Catalog *catalog, int Ncatalog); -
branches/eam_branches/ohana.20160226/src/relastro/src/fitobj.c
r39370 r39412 156 156 157 157 Catalog *mkstar (FitStats *fitStats, double Ro, double Do, double uR, double uD, double plx, int Npoints, int Nbad) { 158 OHANA_UNUSED_PARAM(fitStats); 158 159 159 160 int i; -
branches/eam_branches/ohana.20160226/src/relastro/src/fitobj2.c
r39375 r39412 173 173 174 174 Catalog *mkstar (FitStats *fitStats, double Ro, double Do, double uR, double uD, double plx, int Npoints, int Nbad) { 175 OHANA_UNUSED_PARAM(fitStats); 175 176 176 177 int i; -
branches/eam_branches/ohana.20160226/src/relastro/src/indexCatalogs.c
r39411 r39412 51 51 } 52 52 53 int catID_and_objID_to_seq ( int catID,int objID, int *catSeq, off_t *objSeq) {53 int catID_and_objID_to_seq (unsigned int catID, unsigned int objID, int *catSeq, off_t *objSeq) { 54 54 55 55 if (catID > catIDmax) return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.
