Former-commit-id:9f19e3f712
[formerly9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]] Former-commit-id:06a8b51d6d
Former-commit-id:3360eb6c5f
18 lines
258 B
C
18 lines
258 B
C
|
|
#ifndef _vis_assign_h
|
|
#define _vis_assign_h
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void use_goodness_values(int ug);
|
|
|
|
void vis_assign(float lats[], float lons[], int goodness[],
|
|
float dist[], int ns);
|
|
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif
|
|
|
|
#endif
|