Skip to content

Commit

Permalink
Added ifdef for EZCDF in czspline/czspline_capi.h header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsachdev committed Oct 9, 2019
1 parent b43330c commit b78819c
Show file tree
Hide file tree
Showing 2 changed files with 744 additions and 0 deletions.
2 changes: 2 additions & 0 deletions czspline/czspline_capi.h
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ extern "C" {
#undef _CZSPL_P
#undef _CZSPL_S

#ifdef _EZCDF
/**
* Save object in file
* @param handle array of _ARRSZ integers
Expand Down Expand Up @@ -549,6 +550,7 @@ extern "C" {
#define _CZSPL_S F77NAME(czspline_load3)
void _CZSPL_S(int handle[], const char *filename, int *ier, size_t sz);
#undef _CZSPL_S
#endif

/**
* Test if grid is regular, ie axes are monotonically increasing
Expand Down
Loading

0 comments on commit b78819c

Please sign in to comment.