Skip to content

Commit

Permalink
Update ImportHandPosition.m
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik-l authored Jan 10, 2021
1 parent 6e6c6d8 commit eeb68ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Analysis/methods__read/ImportHandPosition.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function [h1, h2, isavailable] = ImportHandPosition(v,w,dt,prs)

% this is a test file
isavailable = false;

%% derivative
Expand Down Expand Up @@ -44,4 +44,4 @@

%% save
h1 = h1(:); h2 = h2(:);
isavailable = true;
isavailable = true;

0 comments on commit eeb68ce

Please sign in to comment.