Add licensing to matlab files

This commit is contained in:
2024-08-29 13:01:31 +02:00
parent 0894348bab
commit ee5a68f833
7 changed files with 36 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
%
% -----------------
% Copyright © 2022 ACK Cyfronet AGH, Poland.
% -----------------
%
function [sortedCatalog] = sortByTime(catalog)
timeColIndex = find(strcmp('Time', {catalog.field}));
if ~isempty(timeColIndex)