File: test.h

package info (click to toggle)
eccodes 2.44.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 150,248 kB
  • sloc: cpp: 163,056; ansic: 26,308; sh: 21,602; f90: 6,854; perl: 6,363; python: 5,087; java: 2,226; javascript: 1,427; yacc: 854; fortran: 543; lex: 359; makefile: 285; xml: 183; awk: 66
file content (20 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include <stdio.h>
#include <unistd.h>
#include "grib_api.h"
#include <sys/param.h>
#include <stdlib.h>
#include <string.h>


double bucket_size(grib_handle* g);
int compare_values(double *v1, double *v2, int count,const char *what);
int compare_with_gribex(grib_handle *g);
int compare_two_gribex(grib_handle *g);
int compare_with_handle(grib_handle *g, grib_handle *h);
int save_message(grib_handle* h,const char* path);
const char* problem(const char* path,const char*name, int);
void get_max_relative_error(double* v1,double* v2,int count,double* maxError,int* id);

extern long readany(FILE*,char*,long*);
extern   char *get_current_dir_name(void);