Skip to content
Snippets Groups Projects
Commit c34394da authored by Philip Roy Charlton's avatar Philip Roy Charlton
Browse files

Fixed typo

parent 467603af
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
% differences to recover the average value of the function for each coarse bin.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function [y, index1, index2, frac1, frac2]=coarseGrain_new(x, flowy, deltaFy, Ny)
function [y, index1, index2, frac1, frac2]=coarseGrain(x, flowy, deltaFy, Ny)
% Set the metadata for the coarse-grained frequency series
y.flow = flowy;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment