mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
-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:
parent
fb18be24e2
commit
c15e56ad5b
@ -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]);
|
||||
Loading…
x
Reference in New Issue
Block a user