Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3f782b63 authored by Elian Dib's avatar Elian Dib
Browse files

Removed unnecessary check

parent 8f3dac89
Branches
Tags
No related merge requests found
...@@ -94,10 +94,6 @@ classdef Viewer < handle ...@@ -94,10 +94,6 @@ classdef Viewer < handle
range_ = obj.allRange; range_ = obj.allRange;
otherwise otherwise
end end
if diff(range_)==0
range_(2) = range_(2)+1;
end
end end
function view(obj) function view(obj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment