-potential not defined for solution read_raw.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/branches/concrete@10567 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2015-12-14 20:09:32 +00:00
parent fb18be24e2
commit c15e56ad5b

View File

@ -1566,6 +1566,7 @@ const std::vector< std::string >::value_type temp_vopts[] = {
std::vector< std::string >::value_type("pressure"), // 22
std::vector< std::string >::value_type("soln_vol"), // 23
std::vector< std::string >::value_type("species_map"), // 24
std::vector< std::string >::value_type("log_gamma_map") // 25
std::vector< std::string >::value_type("log_gamma_map"), // 25
std::vector< std::string >::value_type("potential") // 26
};
const std::vector< std::string > cxxSolution::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);