Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 222 → Rev 223

/cvi/instr/HISTO/H1D.c
233,7 → 233,7
}
 
double _VI_FUNC H1D_GetMaxX(int h){
return h1[h]->minx+ h1[h]->nx-*h1[h]->stepx;
return h1[h]->minx+ h1[h]->nx*h1[h]->stepx;
}