/cvi/instr/HISTO/H1D.h |
---|
35,11 → 35,8 |
#pragma pack() |
double _VI_FUNC H1D_GetXBinCenter(int h2d,int xbin); |
double _VI_FUNC H1D_GetYBinCenter(int h2d,int ybin); |
double _VI_FUNC H1D_GetYBinCenter(int h2d,int xbin); |
int _VI_FUNC H1D_Clear(int h2d); |
int _VI_FUNC H1D_Print(int h2d); |
int _VI_FUNC H1D_Exist(int h2d); |
/cvi/instr/HISTO/H3D.c |
---|
79,7 → 79,7 |
iz = H3D_CalculateBin(h3d,2,z); |
if (iz<0) return iz; |
H3D_FillBin(h3d, ix, iy, iz, val); |
return 0; |
} |