X-Git-Url: https://cads.iiap.res.in/gitview/?p=zodiacal_model.git;a=blobdiff_plain;f=src%2Fzodiacal_model.h;h=75a03dd0395fd0cfbb6b7caae2bc8435a82f27df;hp=73bdc9d9160c5d8966ea9119b965453fd4c2594d;hb=refs%2Fheads%2Fmaster;hpb=a46eff3fc435c8adcd5b8c9b381a91efdf6d19f7 diff --git a/src/zodiacal_model.h b/src/zodiacal_model.h index 73bdc9d..75a03dd 100644 --- a/src/zodiacal_model.h +++ b/src/zodiacal_model.h @@ -30,15 +30,20 @@ Reks, 22 June 2012 1. Rebranded to cads software group *--------------------------------------------------------------------------*/ + +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include #include -/*Maximum number of elements in a text line*/ +/* Maximum number of elements in a text line */ #define MAX_TEXT 150 -/*Define the parameters for reading the zodiacal file*/ +/* Define the parameters for reading the zodiacal file */ #define ZOD_XSIZE 19 /*Number of rows */ #define ZOD_YSIZE 10 /* Number of Columns */ #define ZOD_SPEC 25763 /* Number of elements */ @@ -48,5 +53,11 @@ #define DEFAULT_ZOD_FILE "leinert_dist.txt" /* Leinert's model */ #define DEFAULT_SPEC_FILE "zodiacal_spec.txt" /* Solar Spectrum */ #define DEFAULT_OUT_FILE "zodiacal_output.txt" /* Output file */ + +/* path to input data files, if we were GNU-built by autotools */ +#ifndef CADSDATA +#define CADSDATA ' ' +#endif + /* this is something else */ #define INITVAL -400