mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
fd1e3265a4
commit
8b6631a000
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user