Skip to content
  • kicici's avatar
    Dump functions should not construct the filename · 0ecaaad0
    kicici authored
    Now in all 6 functions the meaning of filename parameters are:
        - `fileroot` = filename without folder and extensions,
        - `dirname`  = containing folder, defaults to `"."` as before.
    The caller is responsible for constructing the fileroot (e.g. `"slice_..."`).
    Also, removed unused `stepID`.
    0ecaaad0