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

Small reformatting


Signed-off-by: default avatarNicola Vigano <nicola.vigano@esrf.fr>

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@842 4c865b51-4357-4376-afb4-474e03ccb993
parent 8e0c31d5
No related branches found
No related tags found
No related merge requests found
......@@ -72,19 +72,14 @@ projvec_rec = projvec_rec./projvec_rec_norm(:,[1 1 1]);
graincenter_rec = gtGeoSam2Sam(graincenter, samgeo, recgeo, 0);
switch rectype
case 'ASTRA_grain'
switch (rectype)
case {'ASTRA_grain'}
bbcent_rec = bbcent_rec - graincenter_rec(ones(size(bbcent_rec,1),1),:);
proj_geom = [projvec_rec, bbcent_rec, detdiru_rec, detdirv_rec];
case 'ASTRA_full'
case {'ASTRA_full'}
proj_geom = [projvec_rec, bbcent_rec, detdiru_rec, detdirv_rec];
end
......
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