Skip to content
  • Berk Geveci's avatar
    BUG: Algorithm should not work with Executive directly. · d2d978ce
    Berk Geveci authored
    Algorithms should not use the executive to get the output information.
    They should use the arguments to ProcessRequest instead. In this case,
    vtkGenericDataObjectReader was setting (in RequestDataObject) the output
    data object on the executive's output port. This caused problems when
    the method was called with other information objects.
    d2d978ce