Skip to content

Commit

Permalink
Re pace-neutrons/Herbert#356 Correct tag size
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Oct 22, 2021
1 parent 13d3d36 commit 82d535e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion herbert_core/utilities/misc/hlp_serial_types.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
%


tag_size = 2; % Size of standard tag (uint8) in bytes
tag_size = 1; % Size of standard tag (uint8) in bytes
ndims_size = 1;% Size of standard num dimensions (uint8) in bytes
dim_size = 4; % Size of standard dimension (uint32) in bytes
dims_tag = uint8([32 64 96 128 160 192 224]); % Dims tags to set number of dimensions
Expand Down

0 comments on commit 82d535e

Please sign in to comment.