]> Pileus Git - ~andy/rsl/blob - nsig2_to_radar.c
Initial import
[~andy/rsl] / nsig2_to_radar.c
1 /*************************************************************/
2 /*                                                           */
3 /*    Function: nsig2_to_radar.c                             */
4 /*                                                           */
5 /*    John H. Merritt                                        */
6 /*    Space Applications Corporation                         */
7 /*    NASA/GSFC                                              */
8 /*    TRMM/Code 910.1                                        */
9 /*                                                           */
10 /*  Copyright 1996, 1997                                     */
11 /*************************************************************/
12
13 /* The trick here is to reuse as much code from nsig_to_radar.c.
14  * To do that, #define NSIG_VER2, separates all version 2 code
15  * from version 1 code in nsig_to_radar.c, nsig.c, and nsig.h
16  */
17
18 #define NSIG_VER2
19
20 /* 'static' forces all routines in nsig.c to be static for this code. */
21 #include "nsig.c"
22 #include "nsig_to_radar.c"
23