BUG: Fix bug in python for casting of XdmfGridCollections
Since XdmfGridCollection inherit from XdmfDomain, the typemap for XdmfItem should attempt a dynamic cast to XdmfGridCollection before XdmfDomain. Added a python test to ensure that these typemap changes will continue to work in the future.
Showing
tests/Python/TestXdmfRead.py
0 → 100644
Please register or sign in to comment