Skip to content

vtkConduitToDataObject: accept all numbers as time values

Cory Quammen requested to merge cory.quammen/vtk:conduit-time-number into master

Previously, only float values were accepted as time values, preventing "time" or "TimeValue" nodes with dtype of double or int from being used to define time. Fixed by checking that an that the dtype is a number instead.

Merge request reports

Loading