[Hp5400backend-cvs-update] hp5400/hp5400 hp5400.c,1.13,1.14
Status: Alpha
Brought to you by:
soumarmt
|
From: <sou...@us...> - 2003-03-06 10:07:40
|
Update of /cvsroot/hp5400backend/hp5400/hp5400
In directory sc8-pr-cvs1:/tmp/cvs-serv28392
Modified Files:
hp5400.c
Log Message:
removed C++ comment I just added
Index: hp5400.c
===================================================================
RCS file: /cvsroot/hp5400backend/hp5400/hp5400/hp5400.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** hp5400.c 6 Mar 2003 09:59:25 -0000 1.13
--- hp5400.c 6 Mar 2003 10:07:37 -0000 1.14
***************
*** 205,209 ****
bzero( calinfo, calSize );
- // for( j=0; j< numPixels * numLoop ; j++ ) {
for( j=0; j< numLoop * numCalBlock * CALPIXBYBLOCK ; j++ ) {
struct CalPixel *pixel = & calinfo[ j / CALPIXBYBLOCK ].pixels[ j % CALPIXBYBLOCK ];
--- 205,208 ----
|