Skip to content

Commit

Permalink
Matching signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
isazi committed Apr 10, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ericek111 Erik Bročko
1 parent 29f9592 commit 12c6a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/simulate/phase_encoding.cu
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@
namespace compas {

Array<cfloat, 2> phase_encoding(
CudaContext& ctx,
Array<cfloat, 2>& echos,
TissueParameters& parameters,
CartesianTrajectory& trajectory) {
const CudaContext& ctx,
const Array<cfloat, 2>& echos,
const TissueParameters& parameters,
const CartesianTrajectory& trajectory) {
int nreadouts = trajectory.nreadouts;
int nvoxels = parameters.nvoxels;

0 comments on commit 12c6a9c

Please sign in to comment.