Skip to content
  • brugger's avatar
    · 9ed6a824
    brugger authored
    I corrected a bug with the avtLineScanFilter running in parallel. I had
    incorrectly used AddInputData(filter->GetOutput()) when I should have used
    AddInputConnection(filter->GetOutputPort()) when I converted to VTK-6.
    This will fix the parallel test suite failures with the line_scan and
    hohlraum flux queries.
    
    
    
    git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20940 18c085ea-50e0-402c-830e-de6fd14e8384
    9ed6a824