Skip to content

Commit

Permalink
minor, spaces removed for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Trabant committed Feb 12, 2014
1 parent c869350 commit a99dc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irisFetch.m
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ function testThis(varargin)
sacpz.poles = [];
end
if ( not(traces(i).getSacpz().getZeros().isEmpty()) )
sacpz.zeros = irisFetch.jArrayList2complex(traces(i).getSacpz().getZeros());
sacpz.zeros = irisFetch.jArrayList2complex(traces(i).getSacpz().getZeros());
else
sacpz.zeros = [];
end
Expand Down

0 comments on commit a99dc6a

Please sign in to comment.