Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKeine committed Feb 1, 2019
1 parent a9898b9 commit 8d66a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @HEKA_Importer/HI_extractHEKADataTree.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function HI_extractHEKADataTree(obj,tree)

% GET EXPERIMENT NAMES
nRecs = numel(Recs);
ExperimentName = repmat(tree{thisExpID,2}.GrLabel,nRecs,1);
ExperimentName = repmat({tree{thisExpID,2}.GrLabel},nRecs,1);
ExperimentNumber = repmat(ExpNum,nRecs,1);
recNum = reshape(1:nRecs,nRecs,1);

Expand Down

0 comments on commit 8d66a31

Please sign in to comment.