mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
need <struct xxx>
This commit is contained in:
parent
0feb20dead
commit
43765f8691
@ -1446,7 +1446,7 @@ protected:
|
||||
/*----------------------------------------------------------------------
|
||||
* Element List
|
||||
*---------------------------------------------------------------------- */
|
||||
std::vector<elt_list> elt_list;
|
||||
std::vector<struct elt_list> 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*> master_isotope;
|
||||
std::vector<struct master_isotope*> master_isotope;
|
||||
int initial_solution_isotopes;
|
||||
std::vector<struct calculate_value*> calculate_value;
|
||||
HashTable *calculate_value_hash_table;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user