diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2026-03-06 23:21:09 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2026-03-06 23:21:09 +0100 |
| commit | 7703c9efc6768d3a25eec4266594ab594cc91d4c (patch) | |
| tree | fde7579fab891ecd9117547bee69b4e4b74b9348 /src/scanner.cpp | |
| parent | 05f0938a65c4f8c330791097680e1e094260bb60 (diff) | |
calibrated with fake Xconflicting_master
Diffstat (limited to 'src/scanner.cpp')
| -rw-r--r-- | src/scanner.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scanner.cpp b/src/scanner.cpp index 9012769..4045121 100644 --- a/src/scanner.cpp +++ b/src/scanner.cpp @@ -8,6 +8,8 @@ Scanner::Scanner(std::shared_ptr<ICamera> camera, std::vector<std::shared_ptr<IP , m_calibrationTableZ{new CalibrationTable{}} { // m_protocols.push_back() + memset(m_calibrationTableX.get(), 0, sizeof(CalibrationTable)); + memset(m_calibrationTableZ.get(), 0, sizeof(CalibrationTable)); } bool Scanner::startAllProtocols() |
