[Libmesh-devel] adaptive.h/nonlinear.h/transient.h

2012-08-16 Thread Kirk, Benjamin (JSC-EG311)
so... these guys were deprecated in r3549 on 11/9/2009, and are now failing our ./contrib/bin/test_headers.sh tool with gcc-4.7.1 due to some questionable constructor usage. Any objections to me axing them? -Ben -- Live

Re: [Libmesh-devel] adaptive.h/nonlinear.h/transient.h

2012-08-16 Thread John Peterson
On Thu, Aug 16, 2012 at 8:40 AM, Kirk, Benjamin (JSC-EG311) wrote: > so... these guys were deprecated in r3549 on 11/9/2009, and are now failing > our ./contrib/bin/test_headers.sh tool with gcc-4.7.1 due to some > questionable constructor usage. Any objections to me axing them? OK with me... no

Re: [Libmesh-devel] adaptive.h/nonlinear.h/transient.h

2012-08-16 Thread Roy Stogner
On Thu, 16 Aug 2012, Kirk, Benjamin (JSC-EG311) wrote: > so... these guys were deprecated in r3549 on 11/9/2009, and are now failing > our ./contrib/bin/test_headers.sh tool with gcc-4.7.1 due to some > questionable constructor usage. Any objections to me axing them? Axe them. --- Roy

Re: [Libmesh-devel] [PATCH] Check error codes and remove unused variables in petscdmlibmesh.C

2012-08-16 Thread Derek Gaston
Has anyone applied this patch yet? If there are no objections... I'll apply it. Derek On Thu, Aug 9, 2012 at 11:15 PM, Jed Brown wrote: > --- > src/solvers/petscdmlibmesh.C | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > > > ---

Re: [Libmesh-devel] [PATCH] Check error codes and remove unused variables in petscdmlibmesh.C

2012-08-16 Thread Paul T. Bauman
I was looking at this last night as a matter of fact - it looks like Dmitri applied it somewhat recently. I apologize for not posting that discovery - I'd figured no one said anything because they already knew. On Thu, Aug 16, 2012 at 10:48 AM, Derek Gaston wrote: > Has anyone applied this patch

Re: [Libmesh-devel] [PATCH] Check error codes and remove unused variables in petscdmlibmesh.C

2012-08-16 Thread Dmitry Karpeev
Sorry, I pushed it as I was on my way out of the country and forgot to mention it. It should be in the SVN trunk. Dmitry. On Thu, Aug 16, 2012 at 11:11 AM, Paul T. Bauman wrote: > I was looking at this last night as a matter of fact - it looks like > Dmitri applied it somewhat recently. I apolog