Add licensing to matlab files
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
%
|
||||
% -----------------
|
||||
% Copyright © 2022 ACK Cyfronet AGH, Poland.
|
||||
% -----------------
|
||||
%
|
||||
function [sortedCatalog] = sortByTime(catalog)
|
||||
timeColIndex = find(strcmp('Time', {catalog.field}));
|
||||
if ~isempty(timeColIndex)
|
||||
|
Reference in New Issue
Block a user