Skip to content

Commit

Permalink
Actions: Definitively convert d3d.get_all_time result to py list
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Dec 4, 2024
1 parent 44157a6 commit c137e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mhkit/river/IO/delft_3d/delft_3d_get_all_time.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@

python_result = py.mhkit.river.io.d3d.get_all_time(delft_3d_py_object);

result = double(python_result);
result = double(py.list(python_result));
end

0 comments on commit c137e7b

Please sign in to comment.