Skip to content

Commit

Permalink
Update Contour.m
Browse files Browse the repository at this point in the history
  • Loading branch information
tatedunbar authored Mar 31, 2024
1 parent 2d8f169 commit 4a4726c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Contour.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
end

methods (Static)
function obj = Contour(frequency, tempres, length)
function obj = Contour(frequency, tempres, length, warpFunction)
% Constructs a new contour object with a given array of
% frequency values, temporal resolution, and length
obj.frequency = frequency;
obj.tempres = tempres;
obj.length = length;
obj.warpFunction = warpFunction;
end
end
end

0 comments on commit 4a4726c

Please sign in to comment.