mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
eol
git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@3846 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
51183867e4
commit
dd1c83edec
6
System.h
6
System.h
@ -10,7 +10,7 @@
|
||||
#include "cxxMix.h"
|
||||
#include "Reaction.h"
|
||||
#include "Temperature.h"
|
||||
class cxxSystem
|
||||
class cxxSystem
|
||||
{
|
||||
public:cxxSystem(void);
|
||||
public: ~cxxSystem(void);
|
||||
@ -46,7 +46,7 @@ class cxxSystem
|
||||
{
|
||||
this->temperature = entity;
|
||||
} void totalize();
|
||||
|
||||
|
||||
#ifdef ORCHESTRA
|
||||
void ORCH_components();
|
||||
void ORCH_write(std::ostream & chemistry_dat, std::ostream & input_dat,
|
||||
@ -56,7 +56,7 @@ class cxxSystem
|
||||
void ORCH_write_chemistry_total_O_H(std::ostream & chemistry_dat);
|
||||
void ORCH_write_output_vars(std::ostream & outstream);
|
||||
void ORCH_write_input(std::ostream & input_dat);
|
||||
|
||||
|
||||
#endif /* */
|
||||
private:cxxSolution * solution;
|
||||
cxxExchange * exchange;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user