Re: [Libmesh-devel] EigenTimeSolver - Compilation errors

2009-02-11 Thread Roy Stogner
On Wed, 11 Feb 2009, Vijay S. Mahadevan wrote: > You might have to replace the braces ( ");" by comma) in > eigen_time_solver.h : Line 129. That's right, gaze in awe at my coding skillz... :-P > The code compiles and links correctly otherwise ! Thanks! That last fix is in SVN now. --- Roy -

Re: [Libmesh-devel] EigenTimeSolver - Compilation errors

2009-02-11 Thread Vijay S. Mahadevan
Roy, You might have to replace the braces ( ");" by comma) in eigen_time_solver.h : Line 129. The code compiles and links correctly otherwise ! Vijay On Wed, Feb 11, 2009 at 12:52 PM, Roy Stogner wrote: > > > On Wed, 11 Feb 2009, Roy Stogner wrote: > >> On Wed, 11 Feb 2009, Vijay S. Mahadevan

Re: [Libmesh-devel] EigenTimeSolver - Compilation errors

2009-02-11 Thread Roy Stogner
On Wed, 11 Feb 2009, Roy Stogner wrote: > On Wed, 11 Feb 2009, Vijay S. Mahadevan wrote: > >> While I was trying to compile the new libmesh development source, I >> encountered these error messages. > > Whoops! That's my fault. I must have forgotten about the > EigenTimeSolver when I made thos

Re: [Libmesh-devel] EigenTimeSolver - Compilation errors

2009-02-11 Thread Roy Stogner
On Wed, 11 Feb 2009, Vijay S. Mahadevan wrote: > While I was trying to compile the new libmesh development source, I > encountered these error messages. Whoops! That's my fault. I must have forgotten about the EigenTimeSolver when I made those DiffSystem changes last month, but never noticed