Loading [MathJax]/extensions/tex2jax.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
Exchange.cpp
Go to the documentation of this file.
1
11
#include "
Exchange.h
"
12
13
#include <ostream>
14
15
namespace
ChemistryLib
16
{
17
namespace
PhreeqcIOData
18
{
19
void
ExchangeSite::print
(std::ostream& os,
20
std::size_t
const
chemical_system_id)
const
21
{
22
os <<
name
<<
" "
<< (*molality)[chemical_system_id] <<
"\n"
;
23
}
19
void
ExchangeSite::print
(std::ostream& os, {
…
}
24
}
// namespace PhreeqcIOData
25
}
// namespace ChemistryLib
Exchange.h
ChemistryLib
Definition
ChemicalSolverInterface.h:31
ChemistryLib::PhreeqcIOData::ExchangeSite::name
std::string const name
Definition
Exchange.h:37
ChemistryLib::PhreeqcIOData::ExchangeSite::print
void print(std::ostream &os, std::size_t const chemical_system_id) const
Definition
Exchange.cpp:19
ChemistryLib
PhreeqcIOData
Exchange.cpp
Generated by
1.12.0