ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
flat_file.h
Go to the documentation of this file.
1 
20 #ifndef _FLAT_FILE_H_
21 #define _FLAT_FILE_H_
22 #include "MLE_misc.h"
23 
24 location* readLocsFile(char *locs_file, int n);
25 double * readObsFile(char *obsfile, int n);
26 
27 #endif
double * readObsFile(char *obsfile, int n)
Read real observation file.
Definition: flat_file.c:74
location * readLocsFile(char *locs_file, int n)
Read 2D locations from a given.
Definition: flat_file.c:22