Skip to content
Snippets Groups Projects
Commit 07c4cf21 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Matlab2014b enabling: fixed warning

parent 3a76fb5c
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,8 @@ function proj = gtFwdSimBuildProjGeometry(diff_beam_dirs, gr_center, omegas, bb, ...@@ -22,8 +22,8 @@ function proj = gtFwdSimBuildProjGeometry(diff_beam_dirs, gr_center, omegas, bb,
]; ];
% Bouning boxes in detector coordinates! % Bouning boxes in detector coordinates!
bbpos_det_full = repmat([1 1 acq.xdet acq.ydet], num_projs, []); bbpos_det_full = repmat([1 1 acq.xdet acq.ydet], num_projs, 1);
bbpos_det_abs = repmat(acq.bb, num_projs, []); bbpos_det_abs = repmat(acq.bb, num_projs, 1);
%%% Now we actually build the geometries %%% Now we actually build the geometries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment