[Libmesh-devel] compilation errors in SVN head

2009-10-29 Thread David Knezevic
Roy, I'm guessing you don't have SLEPc enabled? :) On updating to 3518 I got the compilation errors below. I'll look into it now... - Dave src/solvers/eigen_system.C:222: error: prototype for ‘void EigenSystem::sensitivity_solve(const ParameterVector&)’ does not match any in class ‘EigenSys

Re: [Libmesh-devel] compilation errors in SVN head

2009-10-29 Thread Roy Stogner
On Thu, 29 Oct 2009, David Knezevic wrote: > Roy, I'm guessing you don't have SLEPc enabled? :) On updating to 3518 I > got the compilation errors below. No, I didn't. Some of the needed bugfixes look straightforward, so I'm committing something that will hopefully get you started. Meanwhile I

Re: [Libmesh-devel] compilation errors in SVN head

2009-10-29 Thread David Knezevic
I don't believe I attached the patch in the previous email... David Knezevic wrote: The attached patch did the job for me. As well as the changes to EigenSystem, I had to add #include "parameter_vector.h" in sensitivity_data.h? Roy Stogner wrote: On Thu, 29 Oct 2009, David Knezevic wrote

Re: [Libmesh-devel] compilation errors in SVN head

2009-10-29 Thread David Knezevic
The attached patch did the job for me. As well as the changes to EigenSystem, I had to add #include "parameter_vector.h" in sensitivity_data.h? Roy Stogner wrote: > On Thu, 29 Oct 2009, David Knezevic wrote: > > >> Roy, I'm guessing you don't have SLEPc enabled? :) On updating to 3518 I >

Re: [Libmesh-devel] compilation errors in SVN head

2009-10-29 Thread Roy Stogner
No problem; I'd already committed at least a partial fix. Would you see if it works now, or if not would you try just adding #include "parameter_vector.h" to eigen_system.C? --- Roy On Thu, 29 Oct 2009, David Knezevic wrote: > I don't believe I attached the patch in the previous email... > > Da

Re: [Libmesh-devel] compilation errors in SVN head

2009-10-29 Thread David Knezevic
OK, I've committed some small changes and it's all good now. (I didn't need to include parameter_vector.h in eigen_system.C.) - Dave Roy Stogner wrote: > > No problem; I'd already committed at least a partial fix. Would you > see if it works now, or if not would you try just adding #include >