mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
added Set_append
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@7747 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
6ab5932f2c
commit
037b2bb818
5
dumper.h
5
dumper.h
@ -17,7 +17,8 @@ public:
|
||||
void SetAll(bool tf);
|
||||
std::string Get_file_name(void) { return(this->file_name); };
|
||||
void Set_file_name(std::string fn) { this->file_name = fn; };
|
||||
bool Get_append(void) { return(this->append); };
|
||||
bool Get_append(void)const { return(this->append); };
|
||||
void Set_append(bool app) { this->append = app; };
|
||||
bool Get_bool_solution(void) { return(this->binList.Get_solution().Get_defined()); };
|
||||
bool Get_bool_pp_assemblage(void) { return(this->binList.Get_pp_assemblage().Get_defined()); };
|
||||
bool Get_bool_exchange(void) { return(this->binList.Get_exchange().Get_defined()); };
|
||||
@ -35,7 +36,7 @@ public:
|
||||
std::set < int > & Get_pp_assemblage(void) { return(this->binList.Get_pp_assemblage().Get_numbers()); };
|
||||
std::set < int > & Get_exchange(void) { return(this->binList.Get_exchange().Get_numbers()); };
|
||||
std::set < int > & Get_surface(void) { return(this->binList.Get_surface().Get_numbers()); };
|
||||
std::set < int > & Get_ss_assemblage(void) { return(this->binList.Get_ss_assemblage().Get_numbers()); };
|
||||
std::set < int > & Get_ss_assemblage(void) { return(this->binList.Get_ss_assemblage().Get_numbers()); };
|
||||
std::set < int > & Get_gas_phase(void) { return(this->binList.Get_gas_phase().Get_numbers()); };
|
||||
std::set < int > & Get_kinetics(void) { return(this->binList.Get_kinetics().Get_numbers()); };
|
||||
std::set < int > & Get_mix(void) { return(this->binList.Get_mix().Get_numbers()); };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user