Skip to content

Commit

Permalink
Update tmatrix_hdf5.m
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste committed Jul 10, 2024
1 parent 403609a commit f0c1915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Utils/tmatrix_hdf5.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
s = struct('tmatrix', tmatrix, ...
'embedding', embedding,...
'scatterer', scatterer, ...
'computation', struct('method_parameters', method_parameters));
'computation', struct('method_parameters', method_parameters, ...
'analytical_zeros', computation.analytical_zeros));

saveh5(s, f, 'ComplexFormat', {'r','i'}, 'rootname', '', 'Compression', 'deflate');

Expand Down

0 comments on commit f0c1915

Please sign in to comment.