From 11288899b68780f05444eee83547599abd3d9802 Mon Sep 17 00:00:00 2001 From: Daniels Date: Wed, 4 Dec 2024 20:03:43 +0100 Subject: [PATCH] Added changelog. Docs unchanged. --- changelog-entries/344.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog-entries/344.md diff --git a/changelog-entries/344.md b/changelog-entries/344.md new file mode 100644 index 00000000..334a3bc7 --- /dev/null +++ b/changelog-entries/344.md @@ -0,0 +1,2 @@ +- Fixed a bug where a field was checkpointed, but doesn't exist anymore in OpenFOAM registry, causing a crash when reloading last timestep into OpenFOAM [#344](https://github.com/precice/openfoam-adapter/pull/344) +- Added new function 'pruneCheckpointedFields()' which is called before readCheckpoint(). \ No newline at end of file