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:
Scott R Charlton 2012-04-04 04:54:09 +00:00
parent 8e9a4e0c3e
commit 733d093f49

View File

@ -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);