- Adapted indenation to new agreed upon system

- Fixed bad status in poldi zug driver
This commit is contained in:
koennecke
2009-02-13 09:01:03 +00:00
parent 6c7bb14fad
commit eb72d5c486
151 changed files with 38234 additions and 38208 deletions

View File

@ -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_ */