mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
more Linux warnings
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@10609 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
eb7e91ebad
commit
b88bd3f955
@ -688,7 +688,7 @@ cxxGasPhase::Deserialize(Dictionary & dictionary, std::vector < int >&ints,
|
||||
this->n_user_end = this->n_user;
|
||||
this->description = " ";
|
||||
|
||||
this->type = (ints[ii++] == 0) ? cxxGasPhase::GP_PRESSURE : this->type = cxxGasPhase::GP_VOLUME;
|
||||
this->type = (ints[ii++] == 0) ? cxxGasPhase::GP_PRESSURE : cxxGasPhase::GP_VOLUME;
|
||||
this->total_p = doubles[dd++];
|
||||
this->volume = doubles[dd++];
|
||||
int count = ints[ii++];
|
||||
|
||||
@ -36,7 +36,7 @@ cl1mp(int k, int l, int m, int n,
|
||||
int iout = 0;
|
||||
// static i runs faster
|
||||
int i, j;
|
||||
int maxit, n1, n2;
|
||||
int maxit, n1; //, n2;
|
||||
int ia, ii, kk, nk, js;
|
||||
int in = 0;
|
||||
int iphase, kforce;
|
||||
@ -221,7 +221,7 @@ cl1mp(int k, int l, int m, int n,
|
||||
/* Function Body */
|
||||
maxit = *iter;
|
||||
n1 = n + 1;
|
||||
n2 = n + 2;
|
||||
// n2 = n + 2;
|
||||
nk = n + k;
|
||||
nkl = nk + l;
|
||||
klm = k + l + m;
|
||||
@ -1131,4 +1131,4 @@ cl1mp(int k, int l, int m, int n,
|
||||
kode = (int *) free_check_null(kode);
|
||||
return 0;
|
||||
}
|
||||
#endif // INVERSE_CL1MP
|
||||
#endif // INVERSE_CL1MP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user