Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IAH public
DeProj
Commits
69c29136
Commit
69c29136
authored
Sep 02, 2019
by
Sebastien Herbert
Browse files
Fix typo
parent
a71c1fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
MainScripts/surface3D_combine.m
View file @
69c29136
...
...
@@ -189,7 +189,7 @@ save('bellaicheTable.mat','tableOutputBell');
%% Display final maps
displayCombinedMap
(
tableOutputDeproj
,
tableOutputBell
,
dataCells
.
cellContour3D
,
PARAMS
.
outputFolder
)
s
printf
(
'Deprojection finished after %d minutes'
,
round
(
toc
)
/
60
);
f
printf
(
'Deprojection finished after %d minutes
\n
'
,
round
(
toc
/
60
)
)
;
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment