mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
fixed MassH2O in src/phreeqcpp/litephreeqc_funcs.cpp
This commit is contained in:
parent
51162a4c1d
commit
fe1c8de0ec
@ -15,7 +15,7 @@
|
||||
#include <set>
|
||||
|
||||
const std::set<std::string> to_ignore = {
|
||||
"H", "O", "Charge", "tc", "patm", "SolVol", "pH", "pe", "H(0)", "O(0)"};
|
||||
"H", "O", "Charge", "tc", "patm", "SolVol", "pH", "pe", "MassH2O", "H(0)", "O(0)"};
|
||||
|
||||
std::vector<std::string> Phreeqc::find_all_valence_states(
|
||||
const std::vector<std::string> &solution_names) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user