memory error on units line

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@8833 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2014-07-10 18:08:02 +00:00
parent fd1e3265a4
commit 8b6631a000

View File

@ -240,7 +240,8 @@ read_solution_spread(void)
{
numbers = 0;
strings = 0;
for (int i = 0; i < heading->count; i++)
//for (int i = 0; i < heading->count; i++)
for (int i = 0; i < row_ptr->count; i++)
{
if (row_ptr->type_vector[i] == STRING)
{