diff --git a/src/phreeqcpp/litephreeqc_funcs.cpp b/src/phreeqcpp/litephreeqc_funcs.cpp index a68103b9..7457517f 100644 --- a/src/phreeqcpp/litephreeqc_funcs.cpp +++ b/src/phreeqcpp/litephreeqc_funcs.cpp @@ -15,7 +15,7 @@ #include const std::set 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 Phreeqc::find_all_valence_states( const std::vector &solution_names) {