OGS
ChargeBalance.h
Go to the documentation of this file.
1
11#pragma once
12
13namespace ChemistryLib
14{
15enum class ChargeBalance
16{
17 pH,
18 pe,
20};
21} // namespace ChemistryLib