Skip to content

Commit

Permalink
Update include/ddc/kernels/splines/splines_linear_problem_2x2_blocks.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
blegouix authored Jun 26, 2024
1 parent 93a2b2d commit 20ea469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SplinesLinearProblem2x2Blocks : public SplinesLinearProblem<ExecSpace>
* @brief SplinesLinearProblem2x2Blocks constructor.
*
* @param mat_size The size of one of the dimensions of the square matrix.
* @param top_left_block A pointer toward the top-left SplinesLinearProblem. `setup_solver` must not have been called on `q`.
* @param top_left_block A pointer toward the top-left SplinesLinearProblem. `setup_solver` must not have been called on `it`.
*/
explicit SplinesLinearProblem2x2Blocks(
std::size_t const mat_size,
Expand Down

0 comments on commit 20ea469

Please sign in to comment.