[Paraview] DIY Application problem

2011-03-04 Thread Reuter, Michael A.
Hi, I'm trying to get the DIY application up and running. I have successfully got it to compile and run, but it doesn't seem to do anything when loading the sample data. At first I thought that it was due to not having a running server before loading the file, so I created a server instance,

Re: [Paraview] DIY Application problem

2011-03-04 Thread Utkarsh Ayachit
Is it possible to share you code? Pretty sure you are missing an equivalent of accept somewhere. Utkarsh On Fri, Mar 4, 2011 at 10:32 AM, Reuter, Michael A. reute...@ornl.gov wrote: Hi, I'm trying to get the DIY application up and running. I have successfully got it to compile and run, but

Re: [Paraview] DIY Application problem

2011-03-04 Thread Reuter, Michael A.
Hi Utkarsh, I'm running the code that is given on the ParaView wiki: http://www.paraview.org/Wiki/IEEE_Vis10_DIY_Vis_Application_-_ParaView, specifically for the QuickContour example. I get similar behavior from the SimpleApp example. I have made no modifications to the code. Cheers, M On

Re: [Paraview] DIY Application problem

2011-03-04 Thread Utkarsh Ayachit
Ah, looks like there was a bug that got introduced in git-master. I've committed a fix. Attached is a patch for the same. Thanks for reporting. Utkarsh On Fri, Mar 4, 2011 at 11:48 AM, Reuter, Michael A. reute...@ornl.gov wrote: Hi Utkarsh,  I'm running the code that is given on the ParaView

Re: [Paraview] DIY Application problem

2011-03-04 Thread Reuter, Michael A.
I applied the patch and the DIY application now runs correctly. Thanks for fixing this. M On 3/4/11 12:54 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Ah, looks like there was a bug that got introduced in git-master. I've committed a fix. Attached is a patch for the same. Thanks for