- Adapted indenation to new agreed upon system
- Fixed bad status in poldi zug driver
This commit is contained in:
7
rebin.h
7
rebin.h
@ -6,7 +6,7 @@
|
||||
* copyright: see file COPYRIGHT
|
||||
*
|
||||
* Mark Koennecke, May 2007
|
||||
*/
|
||||
*/
|
||||
#ifndef REBIN_H_
|
||||
#define REBIN_H_
|
||||
#include <nxdataset.h>
|
||||
@ -22,6 +22,7 @@
|
||||
* @param method The method to use for interpolation
|
||||
* @return 1 on success, 0 else
|
||||
*/
|
||||
int rebinPoint2D(pNXDS target, double x, double y, double value, int method);
|
||||
int rebinPoint2D(pNXDS target, double x, double y, double value,
|
||||
int method);
|
||||
|
||||
#endif /*REBIN_H_*/
|
||||
#endif /*REBIN_H_ */
|
||||
|
Reference in New Issue
Block a user