We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74866e8 commit 4d66b40Copy full SHA for 4d66b40
examples/05-file-IO/02-hdf5_serialize_and_read.py
@@ -162,7 +162,7 @@
162
163
###############################################################################
164
# compare first result at second time set:
165
-fc_all_steps_first_step_first_res = res_deser_all_times_list[0].get_field_by_time_id(2) # set 1
+fc_all_steps_first_step_first_res = res_deser_all_times_list[1].get_field_by_time_id(2) # set 1
166
mesh_deser_all_times.plot(fc_all_steps_first_step_first_res)
167
168
mesh_deser_set_per_set.plot(res_deser_set_per_set_list[num_res * 1 + 0])
0 commit comments