On Fri, 9 Jul 2010, Andrea Hawkins wrote:
> Compiling C++ (in optimized mode) block_petsc_preconditioner.C...
> block_petsc_preconditioner.h(79): error: "NumericVector" is ambiguous
> virtual void apply(const NumericVector<T> & x, NumericVector<T> & y);
That looks like a non-libMesh header, and this error sounds like it
might be related to the recent namespace change. Does your header
happen to forward declare NumericVector etc. by any chance? If so
then try wrapping those forward declarations in
namespace libMesh {
}
---
Roy
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users