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