IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38332


Ignore:
Timestamp:
May 28, 2015, 8:30:20 PM (11 years ago)
Author:
eugene
Message:

remove unneeded macros

Location:
branches/eam_branches/ohana.20150429/src/addstar/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/addstar/src/loadICRF_table.c

    r37807 r38332  
    11# include "addstar.h"
    22# 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");
    73
    84int loadICRF_table (SkyList *skylistInput, HostTable *hosts, char *filename, AddstarClientOptions *options) {
  • branches/eam_branches/ohana.20150429/src/addstar/src/loadstarpar_table.c

    r37807 r38332  
    11# include "addstar.h"
    22# 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");
    73
    84int loadstarpar_table (SkyList *skylistInput, HostTable *hosts, char *filename, AddstarClientOptions *options) {
Note: See TracChangeset for help on using the changeset viewer.