Skip to content
Snippets Groups Projects
Commit bf1b34af authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

delare gaussgrid functions as extern C

parent a4d3a25d
No related branches found
No related tags found
No related merge requests found
#ifndef _GAUSSGRID_H
#define _GAUSSGRID_H
void gaussaw(double *restrict pa, double *restrict pw, size_t nlat);
#ifdef __cplusplus
extern "C" {
#endif
void gaussaw(double *restrict pa, double *restrict pw, size_t nlat);
#if defined (__cplusplus)
}
#endif
#endif /* _GAUSSGRID_H */
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment