- updated simulation

This commit is contained in:
cvs
2002-12-05 14:28:16 +00:00
parent 995484cc44
commit c944355198
10 changed files with 63 additions and 12 deletions

View File

@@ -1021,7 +1021,7 @@ extern int close(int fp);
/* initialize the Request data */
Req_buff.bigend = htonl (0x12345678);
Req_buff.cmnd = htonl (SQHM_READ);
Req_buff.u.read.n_bins = htonl (iEnd);
Req_buff.u.read.n_bins = htonl (iEnd-iStart);
Req_buff.u.read.first_bin = htonl (iStart);
Req_buff.u.read.hist_no = htonl (iNum);