Skip to content
  • Marcus Mohr's avatar
    Converts VTKOutput::DoFType to vtk::DoFType · a1fd1614
    Marcus Mohr authored
    Having DoFType as private enum inside VTKOuput will not work together
    smoothly with the VTK*Writer friend classes when we need to pass a
    DoFType. E.g. we cannot forward declare it. So the commit makes it an
    enum inside the vtk namespace instead.
    a1fd1614