mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
fix: Update getSolutionNames call to remove unnecessary argument
This commit is contained in:
parent
9650e59115
commit
1f7b9f84cf
@ -182,7 +182,7 @@ PhreeqcMatrix InitialList::prepareGrid(const Rcpp::List &grid_input) {
|
||||
|
||||
PhreeqcMatrix pqc_mat = PhreeqcMatrix(database, script);
|
||||
|
||||
this->transport_names = pqc_mat.getSolutionNames(true);
|
||||
this->transport_names = pqc_mat.getSolutionNames();
|
||||
|
||||
Rcpp::Function unique_R("unique");
|
||||
Rcpp::Function sort_R("sort");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user