Skip to content

Commit

Permalink
Reduce unwanted verbosity in schurpc
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Jun 5, 2018
1 parent 939d792 commit 2a9abc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amgcl/preconditioner/schur_pressure_correction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ class schur_pressure_correction {
return os;
}

#if defined(AMGCL_DEBUG) || !defined(NDEBUG)
#if defined(AMGCL_DEBUG)
template <typename I, typename E>
static void report(const std::string &name, const std::tuple<I, E> &c) {
std::cout << name << " (" << std::get<0>(c) << ", " << std::get<1>(c) << ")\n";
Expand Down

0 comments on commit 2a9abc7

Please sign in to comment.