mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
const modifications
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6350 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
02460252f7
commit
82d4997468
8
SS.h
8
SS.h
@ -93,13 +93,15 @@ class cxxSS: public PHRQ_base
|
||||
LDBLE Get_xb2() const {return (this->xb2);}
|
||||
void Set_xb2(LDBLE t) {xb2 = t;}
|
||||
std::vector<cxxSScomp> & Get_ss_comps(void) {return ss_comps;}
|
||||
const std::vector<cxxSScomp> & Get_ss_comps(void)const {return ss_comps;}
|
||||
void Set_ss_comps(const std::vector<cxxSScomp> & comps) {ss_comps = comps;}
|
||||
|
||||
LDBLE Get_tk(void) {return this->tk;}
|
||||
LDBLE Get_tk(void)const {return this->tk;}
|
||||
void Set_tk(LDBLE t) {this->tk = t;}
|
||||
SS_PARAMETER_TYPE Get_input_case(void) {return this->input_case;}
|
||||
SS_PARAMETER_TYPE Get_input_case(void)const {return this->input_case;}
|
||||
void Set_input_case(SS_PARAMETER_TYPE t) {this->input_case = t;}
|
||||
std::vector<LDBLE> & Get_p(void) {return this->p;}
|
||||
std::vector<LDBLE> & Get_p(void) {return this->p;}
|
||||
const std::vector<LDBLE> & Get_p(void)const {return this->p;}
|
||||
void Set_p(const std::vector<LDBLE> & t) {this->p = t;}
|
||||
protected:
|
||||
std::string name;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user