Skip to content

Commit

Permalink
Fix save AtlasViewerstate vrnum error
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekanthkura7 committed Mar 6, 2023
1 parent 278caf3 commit 255ecd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guiobj/saveObjects.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function saveObjects(filename, varargin) %#ok<*INUSL>
return;
end

AtlasViewerGUI_version();
vrnum = AtlasViewerGUI_version();

hwait = waitbar(0,'Please wait for AtlasViewer to save the state ...');

Expand Down

0 comments on commit 255ecd7

Please sign in to comment.