mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
added const version of Get_pressures;
added reaction_pressure to error_msg list; git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6821 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
0440b0c7c2
commit
d3a8fab539
@ -24,6 +24,7 @@ class cxxPressure:public cxxNumKeyword
|
||||
void read_raw(CParser & parser);
|
||||
LDBLE Pressure_for_step(int step_number);
|
||||
std::vector<LDBLE> & Get_pressures(void) {return pressures;}
|
||||
const std::vector<LDBLE> & Get_pressures(void)const {return pressures;}
|
||||
int Get_count(void) const;
|
||||
void Set_count(int i) {count = i;}
|
||||
bool Get_equalIncrements(void) const {return equalIncrements;}
|
||||
|
||||
@ -10313,7 +10313,7 @@ read_copy(void)
|
||||
default:
|
||||
input_error++;
|
||||
error_msg
|
||||
("Expecting keyword solution, mix, kinetics, reaction, reaction_temperature, equilibrium_phases, exchange, surface, gas_phase, or solid_solutions, or cell.",
|
||||
("Expecting keyword solution, mix, kinetics, reaction, reaction_pressure, reaction_temperature, equilibrium_phases, exchange, surface, gas_phase, or solid_solutions, or cell.",
|
||||
CONTINUE);
|
||||
error_msg(line_save, CONTINUE);
|
||||
check_line("End of use", FALSE, TRUE, TRUE, TRUE);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user