Skip to content

Commit

Permalink
Updated mcwritetsv2: 3D data type by default
Browse files Browse the repository at this point in the history
  • Loading branch information
titsitits committed Feb 21, 2018
1 parent 9f459df commit 35fdd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MoCapToolboxExtension/mcwritetsv2.m
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function mcwritetsv2(d, path)
if test
fprintf(fid, '%s\n', d.other.dataIncluded);
else
fprintf(fid, ' --\n');
fprintf(fid, ' 3D\n'); %by default, we write 3D data
end

fprintf(fid, '%s\t', 'MARKER_NAMES');
Expand Down

0 comments on commit 35fdd00

Please sign in to comment.