Skip to content
Snippets Groups Projects
Commit e3e0e055 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: unguarded use of globalIndex in vtk writers (fixes #1110)

- the problem occurred when running the writers in a parallel solver
  or utility but requesting output on the master only.

  Adjusted the logic to avoid globalIndex for these cases.
  Previously the if (parallel_) checks were happening later, after the
  globalIndex had already been created.
parent 8d124355
Branches
Tags
Showing
with 119 additions and 127 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment