Skip to content

Commit

Permalink
Remove debug print statements
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed Sep 19, 2024
1 parent 2c87365 commit 5624924
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source/EbsdLib/Texture/StatsGen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,11 +562,11 @@ class StatsGen
// yval.resize(index + 1);
// yval[index] = 0.0f;
// xval.resize(index + 1);
std::cout << "yval[14]: " << yval[index] << std::endl;
std::cout << "w: " << w << " choose: " << choose << std::endl;
std::cout << "randx3: " << randx3[0] << ", " << randx3[1] << ", " << randx3[2] << std::endl;
std::cout << "rod: " << rod[0] << ", " << rod[1] << ", " << rod[2] << ", " << rod[3] << std::endl;
std::cout << "ax: " << ax[0] << ", " << ax[1] << ", " << ax[2] << ", " << ax[3] << std::endl;
// std::cout << "yval[14]: " << yval[index] << std::endl;
// std::cout << "w: " << w << " choose: " << choose << std::endl;
// std::cout << "randx3: " << randx3[0] << ", " << randx3[1] << ", " << randx3[2] << std::endl;
// std::cout << "rod: " << rod[0] << ", " << rod[1] << ", " << rod[2] << ", " << rod[3] << std::endl;
// std::cout << "ax: " << ax[0] << ", " << ax[1] << ", " << ax[2] << ", " << ax[3] << std::endl;
}
}
for(int i = 0; i < yval.size(); i++)
Expand Down

0 comments on commit 5624924

Please sign in to comment.