Skip to content

Commit

Permalink
Fixes for JavaWoolz.
Browse files Browse the repository at this point in the history
  • Loading branch information
billhill00 committed Nov 18, 2016
1 parent 66f93ae commit 5b4438f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libWlz/WlzProto.h
Original file line number Diff line number Diff line change
Expand Up @@ -5823,6 +5823,7 @@ extern WlzObject *WlzScalarFn(
/************************************************************************
* WlzSepFilter.c
************************************************************************/
#ifndef WLZ_EXT_BIND
extern WlzObject *WlzSepFilter(WlzObject *inObj,
WlzIVertex3 cBufSz,
double *cBuf[],
Expand All @@ -5840,6 +5841,7 @@ extern WlzObject *WlzGaussFilter(
AlgPadType pad,
double padVal,
WlzErrorNum *dstErr);
#endif /* WLZ_EXT_BIND */

/************************************************************************
* WlzSepTrans.c
Expand Down

0 comments on commit 5b4438f

Please sign in to comment.