Closed s-sajid-ali closed 1 year ago
will be fixed by 0.15
release.
This looks like you accidentally tried compiling the dev version of the example against the release version of the openPMD-api. We extended the determineDatatype()
function templates and updated the examples accordingly.
Describe the bug Unable to run example 3 as is (apart from a change to location of file).
To Reproduce
Expected behavior Example compiles and runs.
Software Environment
Additional context The example works if with the change
i.e. adding a
shareRaw
call beforedetermineDatatype
.Potential fix Perhaps the example needs to be corrected to add the
shareRaw
call?