mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
04ecf346a6
commit
c7d153e77b
@ -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);
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user