Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 247 → Rev 248

/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;
}