fixed MassH2O in src/phreeqcpp/litephreeqc_funcs.cpp

This commit is contained in:
Marco De Lucia 2025-11-13 15:43:46 +01:00
parent 51162a4c1d
commit fe1c8de0ec

View File

@ -15,7 +15,7 @@
#include <set> #include <set>
const std::set<std::string> to_ignore = { 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( std::vector<std::string> Phreeqc::find_all_valence_states(
const std::vector<std::string> &solution_names) { const std::vector<std::string> &solution_names) {