Skip to content

Commit

Permalink
removing debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Nov 8, 2024
1 parent a5796b1 commit 752519e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/micm/solver/state.inl
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ namespace micm
relative_tolerance_(parameters.relative_tolerance_),
absolute_tolerance_()
{
std::cout << "absolute tolerance size" << absolute_tolerance_.AsVector().size() << std::endl;
absolute_tolerance_.AsVector() = parameters.absolute_tolerance_;
std::cout << "absolute tolerance size" << absolute_tolerance_.AsVector().size() << std::endl;

std::size_t index = 0;
for (auto& name : variable_names_)
Expand Down

0 comments on commit 752519e

Please sign in to comment.