Skip to content

Commit

Permalink
fixup format
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Sep 23, 2024
1 parent 50b3bd2 commit 87df6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/htool/hmatrix/linalg/factorization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void internal_lu_solve(char trans, const HMatrix<CoefficientPrecision, Coordinat

template <typename CoefficientPrecision, typename CoordinatePrecision = underlying_type<CoefficientPrecision>>
void cholesky_factorization(char UPLO, HMatrix<CoefficientPrecision, CoordinatePrecision> &hmatrix) {
if (!hmatrix.is_block_tree_consistent()) {
if (!hmatrix.is_block_tree_consistent()) {
htool::Logger::get_instance().log(LogLevel::ERROR, "cholesky_factorization is only implemented for consistent block tree."); // LCOV_EXCL_LINE
}

Expand Down

0 comments on commit 87df6cb

Please sign in to comment.