mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
added const version of Get_temps
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6348 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
33eabd03e3
commit
0574952b9c
@ -24,6 +24,7 @@ class cxxTemperature:public cxxNumKeyword
|
||||
int read(CParser & parser);
|
||||
LDBLE Temperature_for_step(int step_number);
|
||||
std::vector<LDBLE> & Get_temps(void) {return temps;}
|
||||
const std::vector<LDBLE> & Get_temps(void)const {return temps;}
|
||||
int Get_countTemps(void) const;
|
||||
void Set_countTemps(int i) {countTemps = i;}
|
||||
bool Get_equalIncrements(void) const {return equalIncrements;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user