Skip to content

Commit

Permalink
fixup format
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Jul 29, 2024
1 parent 661b82e commit 1f94e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/htool/hmatrix/tree_builder/tree_builder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace htool {

template <typename CoefficientPrecision, typename CoordinatePrecision=underlying_type<CoefficientPrecision>>
template <typename CoefficientPrecision, typename CoordinatePrecision = underlying_type<CoefficientPrecision>>
class HMatrixTreeBuilder {
private:
class ZeroGenerator : public VirtualGenerator<CoefficientPrecision> {
Expand Down

0 comments on commit 1f94e1c

Please sign in to comment.