Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 260 → Rev 261

/cvi/instr/HISTO/H1D.c
105,7 → 105,7
 
double _VI_FUNC H1D_GetBinContent(int h1d,int atx) {
 
int idx;
 
if (!h1[h1d]) return 0;
if (h1[h1d]->nx <= atx) return 0;
if (atx<0) return 0;