mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
fix grid update
This commit is contained in:
parent
0ac85d5db0
commit
caf35851b5
@ -386,9 +386,9 @@ static Rcpp::List RunMasterLoop(RInsidePOET &R, const RuntimeParameters ¶ms,
|
|||||||
// data frame with elements that are used as ai outputs for the
|
// data frame with elements that are used as ai outputs for the
|
||||||
// retraining step.
|
// retraining step.
|
||||||
|
|
||||||
if (params.ai || params.copy_non_reactive_regions) {
|
chem.getField().update(diffusion.getField());
|
||||||
|
|
||||||
chem.getField().update(diffusion.getField());
|
if (params.ai || params.copy_non_reactive_regions) {
|
||||||
|
|
||||||
R["TMP"] = Rcpp::wrap(chem.getField().AsVector());
|
R["TMP"] = Rcpp::wrap(chem.getField().AsVector());
|
||||||
R.parseEval(
|
R.parseEval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user