work on MPI
This commit is contained in:
@@ -24,9 +24,9 @@ classdef Signal
|
||||
obj.signal = signal;
|
||||
obj.signal = obj.signal;
|
||||
obj.fs = options.fs;
|
||||
|
||||
[~,obj.gitSHA] = system('git rev-parse HEAD');
|
||||
[~,obj.gitStatus] = system('git status --porcelain');
|
||||
%
|
||||
% [~,obj.gitSHA] = system('git rev-parse HEAD');
|
||||
% [~,obj.gitStatus] = system('git status --porcelain');
|
||||
% [~,obj.gitPatch] = system('git diff');
|
||||
|
||||
%%% Stuff for Logbook %%%
|
||||
|
||||
Reference in New Issue
Block a user