Skip to content
Snippets Groups Projects
Commit 68e82ab5 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

do not recover registers with old VersionNumber (cf. #9961)

This fixes together with another change in DeviceAccess the LNM
MathPlugin with push-type variables as parameters.
parent 16ec9181
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ namespace ChimeraTK {
});
for(auto& recoveryHelper : recoveryHelpers) {
if(recoveryHelper->versionNumber != VersionNumber{nullptr}) {
recoveryHelper->accessor->write(recoveryHelper->versionNumber);
recoveryHelper->accessor->write();
recoveryHelper->wasWritten = true;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment