Former-commit-id:06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f] Former-commit-id:9f19e3f712
21 lines
396 B
C
21 lines
396 B
C
#ifndef CHECK_WITHIN230_H
|
|
#define CHECK_WITHIN230_H
|
|
|
|
#define PI 3.1415926
|
|
|
|
|
|
/* need definition of the HRAP_ROWS and COLS */
|
|
|
|
#include "convert_hrap.h"
|
|
|
|
|
|
/* protos */
|
|
|
|
int compute_numbins230(double lat,
|
|
int *numbins_230);
|
|
|
|
int incircle_check(int numbins_230,
|
|
int row,
|
|
int col);
|
|
|
|
#endif
|