X-Git-Url: http://pileus.org/git/?p=~andy%2Frsl;a=blobdiff_plain;f=wsr88d.h;h=62490fc80e34da8c1489d65fb64b24015c9af811;hp=ecad6205d44aabc38491fafd7af8770e1dc398e8;hb=da18c5859f2c4b449544ed9c5d2a96a53d43f377;hpb=3160d8126d66792a65d592019880db8b4e734e84 diff --git a/wsr88d.h b/wsr88d.h index ecad620..62490fc 100644 --- a/wsr88d.h +++ b/wsr88d.h @@ -7,7 +7,7 @@ * The directory should be the same as the LIBDIR in the makefile. */ #ifndef WSR88D_SITE_INFO_FILE -#define WSR88D_SITE_INFO_FILE "/usr/local/trmm/GVBOX/lib/wsr88d_locations.dat" +#define WSR88D_SITE_INFO_FILE "/usr/local/trmm/lib/wsr88d_locations.dat" #endif /*===============================================================*/ typedef struct { @@ -211,6 +211,8 @@ float wsr88d_get_prf(Wsr88d_ray *ray); float wsr88d_get_prt(Wsr88d_ray *ray); float wsr88d_get_wavelength(Wsr88d_ray *ray); float wsr88d_get_frequency(Wsr88d_ray *ray); +void wsr88d_keep_hi_prf_dz(); +void wsr88d_no_hi_prf_dz(); int no_command (char *cmd); FILE *uncompress_pipe (FILE *fp);