Skip to content

Commit

Permalink
Fix #573
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderBiguri committed Aug 13, 2024
1 parent 7279e01 commit 729f146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MATLAB/Utilities/IO/VarianCBCT/BH_ObjectRemapping.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
%% GPU version: acceptable
% GPU Reset
for ii=1:length(gpuids)
g = gpuDevice(gpuids.devices(ii));
g = gpuDevice(gpuids.devices(ii)+1);
reset(g);
end

Expand Down

0 comments on commit 729f146

Please sign in to comment.