mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Need to zero moles in tally struct in addition to zeroing totals.
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@11105 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
ad55ede313
commit
fe3f36ea24
@ -397,6 +397,7 @@ zero_tally_table(void)
|
|||||||
int i, j, k;
|
int i, j, k;
|
||||||
for (i = 0; i < count_tally_table_columns; i++)
|
for (i = 0; i < count_tally_table_columns; i++)
|
||||||
{
|
{
|
||||||
|
tally_table[i].moles = 0.0;
|
||||||
for (j = 0; j < count_tally_table_rows; j++)
|
for (j = 0; j < count_tally_table_rows; j++)
|
||||||
{
|
{
|
||||||
for (k = 0; k < 3; k++)
|
for (k = 0; k < 3; k++)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user