ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
Main Page
Related Pages
Data Structures
Files
File List
Globals
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
location
Definition:
MLE_misc.h:81
readObsFile
double * readObsFile(char *obsfile, int n)
Read real observation file.
Definition:
flat_file.c:74
readLocsFile
location * readLocsFile(char *locs_file, int n)
Read 2D locations from a given.
Definition:
flat_file.c:22
MLE_misc.h
misc
include
flat_file.h
Generated by
1.8.11