unused variables

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@8824 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2014-07-09 16:20:46 +00:00
parent 04ecf346a6
commit c7d153e77b
2 changed files with 2 additions and 2 deletions

View File

@ -838,7 +838,7 @@ N_VMinQuotient_Serial(N_Vector num, N_Vector denom)
void
N_VPrint_Serial(N_Vector x)
{
integertype i, N;
integertype /*i,*/ N;
realtype *xd;
N = NV_LENGTH_S(x);

View File

@ -299,7 +299,7 @@ denfree(realtype ** a)
void
denprint(realtype ** a, integertype n)
{
integertype i, j;
//integertype i, j;
#if !defined(R_SO)
printf("\n");