From 0c0a8fd4a0a41aca159dbcc4c363d9c790e3d1f3 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sun, 23 Dec 2018 16:26:46 +0100 Subject: Fix return value order in sample --- samples/matlab/s010_supersampling.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') diff --git a/samples/matlab/s010_supersampling.m b/samples/matlab/s010_supersampling.m index 7e52bc9..ca9bb21 100644 --- a/samples/matlab/s010_supersampling.m +++ b/samples/matlab/s010_supersampling.m @@ -20,7 +20,7 @@ cfg_proj.VolumeGeometry = vol_geom; proj_id = astra_mex_projector('create', cfg_proj); -[sinogram3 sinogram_id] = astra_create_sino(P, proj_id); +[sinogram_id sinogram3] = astra_create_sino(P, proj_id); figure(1); imshow(P, []); figure(2); imshow(sinogram3, []); -- cgit v1.2.3