Skip to content
Snippets Groups Projects
Commit f2090c23 authored by Eric Wait's avatar Eric Wait
Browse files

Fixed initial .mat file saving when first segmenting

parent 53f4a8cb
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ function errStatus = SegAndTrack() ...@@ -47,6 +47,7 @@ function errStatus = SegAndTrack()
% %
save('LEVerSettings.mat','settings'); save('LEVerSettings.mat','settings');
Load.AddConstant('matFullFile',[settings.matFilePath settings.matFile],1);
numProcessors = getenv('Number_of_processors'); numProcessors = getenv('Number_of_processors');
numProcessors = str2double(numProcessors); numProcessors = str2double(numProcessors);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment