diff options
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp index 2c7b9a9..64ba091 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -25,7 +25,7 @@ Profile::Profile( for (size_t i = 9471; i < 9472; i++) { std::cout << __func__ << ": row #" << i << ": "; - for (size_t j = 0; j < 1280; ++j) { + for (size_t j = 0; j < img_width; ++j) { const auto& x = calibrationTableX->at(j).at(i); const auto& z = calibrationTableZ->at(j).at(i); std::cout << "Profile: table: " << x << ' ' << z << std::endl; |
