Skip to content

Commit

Permalink
Fix formatting in LinearOperator class
Browse files Browse the repository at this point in the history
  • Loading branch information
fullbat committed May 23, 2024
1 parent f938a15 commit 8d83064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit/operator/operator.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ cdef class LinearOperator :
COMMIT_A_nolut(
self.nF, self.n, self.nSf,
&v_in[0], &v_out[0],
self.ICf, self.ICeval,self.ICv, self.ICl, self.ICp,
self.ICf, self.ICeval, self.ICv, self.ICl, self.ICp,
self.ISOv,
self.LUT_IC_modulation,
self.ICthreads, self.ISOthreads,
Expand Down

0 comments on commit 8d83064

Please sign in to comment.