/cvi/instr/HISTO/H2D.c |
---|
8,7 → 8,7 |
#include "H2D.h" |
#define H2DMAX 500 |
H2D *h2[H2DMAX]; |
//int Printf(char *format, ...); |
128,7 → 128,7 |
H2D_Clear(h2d); |
H2D_Print(h2d); |
//Printf("InitH2D 0x%x\n", h2d ); |
return 0; |
return h2d; |
} |
double _VI_FUNC H2D_GetXBinCenter(int h2d,int xbin) { |