mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Merge commit '4235170d91bbc77f6775c141ada27b130518329b'
This commit is contained in:
commit
85c8d55a4b
@ -1597,8 +1597,8 @@ ineq(int in_kode)
|
|||||||
(size_t) (count_unknowns + 1) * sizeof(LDBLE));
|
(size_t) (count_unknowns + 1) * sizeof(LDBLE));
|
||||||
ineq_array[l_count_rows * max_column_count + i] = 1.0;
|
ineq_array[l_count_rows * max_column_count + i] = 1.0;
|
||||||
ineq_array[l_count_rows * max_column_count + count_unknowns] =
|
ineq_array[l_count_rows * max_column_count + count_unknowns] =
|
||||||
x[i]->moles;
|
//x[i]->moles;
|
||||||
//0.99 * x[i]->moles - MIN_TOTAL_SS;
|
0.99 * x[i]->moles - MIN_TOTAL_SS;
|
||||||
//0.9 * x[i]->moles;
|
//0.9 * x[i]->moles;
|
||||||
back_eq[l_count_rows] = i;
|
back_eq[l_count_rows] = i;
|
||||||
l_count_rows++;
|
l_count_rows++;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user