Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Nov 11, 2024
1 parent 09c4df2 commit f3c71f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/micm/solver/backward_euler.inl
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ namespace micm
const DenseMatrixPolicy& residual,
const DenseMatrixPolicy& Yn1, std::vector<double>& absolute_tolerance, double relative_tolerance) requires(!VectorizableDense<DenseMatrixPolicy>)
{
std::cout << "rel_tol: " << relative_tolerance << std::endl;
for(auto& val : absolute_tolerance)
{
std::cout << "abs_tol: " << val << std::endl;
}
double small = parameters.small_;
double rel_tol = relative_tolerance;
auto& abs_tol = absolute_tolerance;
Expand Down

0 comments on commit f3c71f7

Please sign in to comment.