mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
const modifications
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6356 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
8e9a4e0c3e
commit
733d093f49
@ -39,6 +39,7 @@ public:
|
||||
void Set_n_solution(int i) {this->n_solution = i;}
|
||||
cxxExchComp *Find_comp(std::string s);
|
||||
std::vector<cxxExchComp> & Get_exchange_comps(void) {return this->exchange_comps;}
|
||||
const std::vector<cxxExchComp> & Get_exchange_comps(void)const {return this->exchange_comps;}
|
||||
void Set_exchange_comps(std::vector<cxxExchComp> &c) {this->exchange_comps = c;}
|
||||
|
||||
void Sort_comps(void);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user