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