From 43765f8691cfa6a4ef1dfd18853cbfa7f7003183 Mon Sep 17 00:00:00 2001 From: David Parkhurst Date: Thu, 18 Mar 2021 08:22:37 -0600 Subject: [PATCH] need --- Phreeqc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Phreeqc.h b/Phreeqc.h index 1c76a0ff..909fe234 100644 --- a/Phreeqc.h +++ b/Phreeqc.h @@ -1446,7 +1446,7 @@ protected: /*---------------------------------------------------------------------- * Element List *---------------------------------------------------------------------- */ - std::vector elt_list; + std::vector elt_list; int count_elts; /* number of elements in elt_list = position of next */ /*---------------------------------------------------------------------- * Reaction @@ -1682,7 +1682,7 @@ protected: /* ---------------------------------------------------------------------- * ISOTOPES * ---------------------------------------------------------------------- */ - std::vector master_isotope; + std::vector master_isotope; int initial_solution_isotopes; std::vector calculate_value; HashTable *calculate_value_hash_table;