|
From: <kin...@us...> - 2004-02-13 23:22:08
|
Update of /cvsroot/teem/teem/src/ten In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv907 Modified Files: tenGage.c Log Message: ssssh compiler warnings Index: tenGage.c =================================================================== RCS file: /cvsroot/teem/teem/src/ten/tenGage.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tenGage.c 13 Feb 2004 23:00:09 -0000 1.11 --- tenGage.c 13 Feb 2004 23:16:04 -0000 1.12 *************** *** 107,111 **** _tenGageAnswer (gageContext *ctx, gagePerVolume *pvl) { /* char me[]="_tenGageAnswer"; */ ! gage_t *ans, *tenAns, *tgradAns, *QgradAns, *evalAns, *evecAns, tmptmp=0, dtA=0, dtB=0, dtC=0, dtD=0, dtE=0, dtF=0, cbA, cbB; int wantEvals, wantEvecs; --- 107,111 ---- _tenGageAnswer (gageContext *ctx, gagePerVolume *pvl) { /* char me[]="_tenGageAnswer"; */ ! gage_t *tenAns, *tgradAns, *QgradAns, *evalAns, *evecAns, tmptmp=0, dtA=0, dtB=0, dtC=0, dtD=0, dtE=0, dtF=0, cbA, cbB; int wantEvals, wantEvecs; *************** *** 116,120 **** #endif - ans = pvl->answer; tenAns = pvl->directAnswer[tenGageTensor]; tgradAns = pvl->directAnswer[tenGageTensorGrad]; --- 116,119 ---- |