mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
removed inline from Set_file_name
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/branches/multi_punch@7929 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
9faaee66d4
commit
1773d7e592
@ -47,7 +47,7 @@ public:
|
||||
inline bool Get_have_punch_name(void) {return this->have_punch_name;}
|
||||
inline std::ostream* Get_punch_ostream(void) {return this->punch_ostream;}
|
||||
|
||||
inline void Set_file_name(int i);
|
||||
void Set_file_name(int i);
|
||||
inline void Set_file_name(std::string s) {this->file_name = s;}
|
||||
inline void Set_new_def(bool tf) {this->new_def = tf;}
|
||||
inline void Set_punch_ostream(std::ostream * os) {this->punch_ostream = os;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user