mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
fix: Update getSolutionNames call to remove unnecessary argument
This commit is contained in:
parent
45ea77ae0f
commit
cdbf344329
@ -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