Skip to content

Commit

Permalink
Merge pull request #196 from BUNPC/may_dev
Browse files Browse the repository at this point in the history
May dev
  • Loading branch information
sreekanthkura7 authored Jan 30, 2024
2 parents 252f4bd + 55fce96 commit 28a89a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataTree/AcquiredData/Snirf/StimClass.m
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ function AddStims(obj, tPts, duration, amp, more)
amp = ones(length(tPts),1);
end
if ~exist('more', 'var')
more = 1;
more = [];
end

if length(duration) < length(tPts)
Expand Down

0 comments on commit 28a89a5

Please sign in to comment.