Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JanAxelsson committed Oct 2, 2020
1 parent a1ffb44 commit 6055e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imlook4d/imlook4d.m
Original file line number Diff line number Diff line change
Expand Up @@ -4765,7 +4765,7 @@ function LocalOpenNifti(hObject, eventdata, handles, file,path, fileType)


% Enable menues
set(newhandles.SaveFile,'Enable','on');
set(newhandles.SaveFile,'Enable','on');

% Save nii struct (except images)
nii = rmfield(nii, 'img');
Expand All @@ -4786,7 +4786,7 @@ function LocalOpenNifti(hObject, eventdata, handles, file,path, fileType)
% imlook4d('SwapHeadFeetRadioButton_Callback', h,{},newhandles);

% Save guidata
guidata(h, newhandles);
guidata(h, newhandles);
function LocalOpenBinary(hObject, eventdata, handles, file,path, fileType)
% Used for opening different types of binary files
% 1) Pure binary
Expand Down

0 comments on commit 6055e61

Please sign in to comment.