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:
David L Parkhurst 2016-04-26 16:07:41 +00:00
parent ad55ede313
commit fe3f36ea24

View File

@ -397,6 +397,7 @@ zero_tally_table(void)
int i, j, k;
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 (k = 0; k < 3; k++)