Re: [Libmesh-devel] ex23 error in svn head

2011-09-07 Thread David Knezevic
Hi David, Yep, that works for me, thanks. Dave On 09/07/2011 12:02 PM, David Andrs wrote: Can you try the attached patch? It should apply cleanly on r4840. It works for me, but I want to be sure that it fixes your issue as well - I'm not really familiar with ex23. If it works, I'll check t

Re: [Libmesh-devel] ex23 error in svn head

2011-09-07 Thread David Andrs
Can you try the attached patch? It should apply cleanly on r4840. It works for me, but I want to be sure that it fixes your issue as well - I'm not really familiar with ex23. If it works, I'll check that in. Thanks, -- David Andrs David Knezevic wrote on 09/07/2011 09:47:31 AM: > OK, great,

Re: [Libmesh-devel] ex23 error in svn head

2011-09-07 Thread David Knezevic
OK, great, thanks for clarifying. Dave On 09/07/2011 11:42 AM, David Andrs wrote: Hi! I was able to replicate this on a linux platform (it works on my Mac). The problem here is, that we are writing an empty array and because of that this line fails because it is accessing zeroth element of

Re: [Libmesh-devel] ex23 error in svn head

2011-09-07 Thread David Andrs
Hi! I was able to replicate this on a linux platform (it works on my Mac). The problem here is, that we are writing an empty array and because of that this line fails because it is accessing zeroth element of that vector : return xdr_vector(x, (char*) &a[0], length, sizeof(T),

[Libmesh-devel] ex23 error in svn head

2011-09-06 Thread David Knezevic
I updated to the svn head and I'm now getting an error in ex23 in debug mode. I traced it back to r4827: r4827 | andrsd | 2011-08-30 15:18:24 -0400 (Tue, 30 Aug 2011) | 1 line Storing subdomain ids in and XDA solution file