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;