That looks like a bug. Can you set a breakpoint on where the error is occurring (vtkExecutive.cxx:403) and follow the stack trace? Somehow, something is trying to get something from output port 11133 instead of 0.
-berk On Tue, Sep 23, 2008 at 6:17 AM, Nathanael Inkson <[EMAIL PROTECTED]> wrote: > Dear People, > > I am trying to open a file directly from vtk using the vtkFLUENTReader > class. > > However I get a runtime error. Can anyone advise me what the problem is? > > The code and error is below: > > > > vtkFLUENTReader* reader = vtkFLUENTReader::New(); > > vtkMultiBlockDataSet* mb = vtkMultiBlockDataSet::New(); > > char* cfname = "/fatty/Nat/testmeshes/nats-cube-all.cas"; > > reader->SetFileName(cfname); > > reader->Update(); > > mb->DeepCopy(reader->GetOutput()); > > > > > > ERROR: In /couchlocal/inkson/code/nvtk/VTK/Filtering/vtkExecutive.cxx, line > 403 > > vtkCompositeDataPipeline (0x1200020): Attempt to get data for output port > index 11133 for algorithm vtkFLUENTReader(0x11feb10), which has 1 output > ports. > > > > > > Best Regards > > > > Dr. Nathanael Inkson, > > > > Computational Fluid Dynamics Developer, > > Digital Flow Solutions, > > > > mob: + 44 7872010167 > > web: wirthresearch.com > > > > > > _______________________________________________ > ParaView mailing list > [email protected] > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
