Skip to content

Simplify HDFWriterModule init_hdf interface

Afonso Mukai requested to merge HDFWriterModule_init_hdf_interface into master

Created by: dominikwerder

In HDFWriterModule

  • remove the separate hdf_parent and hdf_parent_name and replace by HDFGroup, carried by the HDFWriterModuleInitParameters.
  • LLVM-stylify a few things which got touched on the way

Merge request reports