Changeset 38332
- Timestamp:
- May 28, 2015, 8:30:20 PM (11 years ago)
- Location:
- branches/eam_branches/ohana.20150429/src/addstar/src
- Files:
-
- 2 edited
-
loadICRF_table.c (modified) (1 diff)
-
loadstarpar_table.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/addstar/src/loadICRF_table.c
r37807 r38332 1 1 # include "addstar.h" 2 2 # include "loadICRF.h" 3 4 # define GET_COLUMN(OUT,NAME,TYPE) \5 TYPE *OUT = gfits_get_bintable_column_data (&theader, &ftable, NAME, type, &Nrow, &Ncol); \6 myAssert (!strcmp(type, #TYPE), "wrong column type");7 3 8 4 int loadICRF_table (SkyList *skylistInput, HostTable *hosts, char *filename, AddstarClientOptions *options) { -
branches/eam_branches/ohana.20150429/src/addstar/src/loadstarpar_table.c
r37807 r38332 1 1 # include "addstar.h" 2 2 # include "loadstarpar.h" 3 4 # define GET_COLUMN(OUT,NAME,TYPE) \5 TYPE *OUT = gfits_get_bintable_column_data (&theader, &ftable, NAME, type, &Nrow, &Ncol); \6 myAssert (!strcmp(type, #TYPE), "wrong column type");7 3 8 4 int loadstarpar_table (SkyList *skylistInput, HostTable *hosts, char *filename, AddstarClientOptions *options) {
Note:
See TracChangeset
for help on using the changeset viewer.
