Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Li authored and Samuel Li committed Apr 27, 2024
1 parent 14075a0 commit ddb02cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SPECK3D_INT.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class SPECK3D_INT : public SPECK_INT<T> {
virtual void m_process_S(size_t idx1, size_t idx2, size_t& counter, bool) = 0;
virtual void m_process_P(size_t i, size_t m, size_t& c, bool) = 0; // Called by `m_code_S()`.
virtual void m_process_P_lite(size_t idx) = 0; // Called by `m_sorting_pass()` directly.
virtual void m_additional_initialization() {}; // empty by default
virtual void m_additional_initialization(){}; // empty by default

void m_code_S(size_t idx1, size_t idx2);
auto m_partition_S_XYZ(Set3D, uint16_t) const -> std::tuple<std::array<Set3D, 8>, uint16_t>;
Expand Down

0 comments on commit ddb02cd

Please sign in to comment.