Subversion Repositories f9daq

Rev

Rev 221 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 221 Rev 248
Line 77... Line 77...
77
  if (iy<0) return iy;
77
  if (iy<0) return iy;
78
 
78
 
79
  iz = H3D_CalculateBin(h3d,2,z);
79
  iz = H3D_CalculateBin(h3d,2,z);
80
  if (iz<0) return iz;
80
  if (iz<0) return iz;
81
 
81
 
82
 
82
 
83
  H3D_FillBin(h3d, ix, iy, iz, val);
83
  H3D_FillBin(h3d, ix, iy, iz, val);
84
  return 0;
84
  return 0;
85
}
85
}
86
 
86
 
87
int _VI_FUNC  H3D_GetBin(int h3d,int x, int y, int z) {
87
int _VI_FUNC  H3D_GetBin(int h3d,int x, int y, int z) {