Skip to content

Commit b30ebf8

Browse files
author
Michael McLeod
committed
Seriously now
1 parent 2f0cdf6 commit b30ebf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/purify/operators.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ sopt::OperatorFunction<T> init_all_sum_all(const sopt::mpi::Communicator &comm)
310310
//! constructs lambdas that apply degridding matrix with adjoint
311311
template <class T, class... ARGS>
312312
std::tuple<sopt::OperatorFunction<T>, sopt::OperatorFunction<T>> init_gridding_matrix_2d(
313-
ARGS &&... args) {
313+
ARGS &&...args) {
314314
const std::shared_ptr<const Sparse<t_complex>> interpolation_matrix =
315315
std::make_shared<const Sparse<t_complex>>(
316316
details::init_gridding_matrix_2d(std::forward<ARGS>(args)...));

0 commit comments

Comments
 (0)