We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0cdf6 commit b30ebf8Copy full SHA for b30ebf8
cpp/purify/operators.h
@@ -310,7 +310,7 @@ sopt::OperatorFunction<T> init_all_sum_all(const sopt::mpi::Communicator &comm)
310
//! constructs lambdas that apply degridding matrix with adjoint
311
template <class T, class... ARGS>
312
std::tuple<sopt::OperatorFunction<T>, sopt::OperatorFunction<T>> init_gridding_matrix_2d(
313
- ARGS &&... args) {
+ ARGS &&...args) {
314
const std::shared_ptr<const Sparse<t_complex>> interpolation_matrix =
315
std::make_shared<const Sparse<t_complex>>(
316
details::init_gridding_matrix_2d(std::forward<ARGS>(args)...));
0 commit comments