examples++-load/ClosePoints.cpp:512: error: DEAD_STORE The value written to &qoffset01 (type int) is never used. Showing all 1 steps of the trace examples++-load/ClosePoints.cpp:512:5: Write of unused value 510. int offset10= P.step*P.shapei.step;; 511. double * q0=&(Q(0,0)); 512. int qoffset01 = Q.step*Q.shapej.step;; ^ 513. int qoffset10 = Q.step*Q.shapei.step;; 514. ffassert( mp ==2);