Skip to content
Snippets Groups Projects
Commit 9facb149 authored by Dr. rer. nat. Jürgen Mey's avatar Dr. rer. nat. Jürgen Mey :eye:
Browse files

replaced .date with .datenum when indexing

parent 8f90148d
Branches baseline
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ if isnan(t)
t=1:length(Z);
end
[~,index] = sortrows({Z.date}.');
[~,index] = sortrows({Z.datenum}.');
Z = Z(index);
if nargin == 1
......
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