From a554c3fa4f06802203ec2ddd2adc24515f51d33c Mon Sep 17 00:00:00 2001 From: Max Luebke Date: Wed, 3 Apr 2024 10:45:41 +0000 Subject: [PATCH] Fix reset of cell queue pointer --- poet/include/IPhreeqcPOET.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/poet/include/IPhreeqcPOET.hpp b/poet/include/IPhreeqcPOET.hpp index 91365304..f495b506 100644 --- a/poet/include/IPhreeqcPOET.hpp +++ b/poet/include/IPhreeqcPOET.hpp @@ -63,6 +63,8 @@ public: getCell(i, cell_values); values.push_back(cell_values); } + + this->queued_cell_pointer = 1; } void runQueuedCells(double time_step) {