On Tue, 27 Mar 2012, Jungho Lee wrote: > in libmesh/examples/adaptivity/adaptivity0_ex2. The dbg version fails > in the libmesh_cast_ptr call > > Failed to convert N7libMesh6SystemE pointer to > PN7libMesh15TransientSystemINS_20LinearImplicitSystemEEE > [0] /Users/jungholee/projects/sandbox/libmesh/include/base/libmesh_common.h,
So your system is failing on *any* dynamic_cast call, not just that NumericVector->PetscVector example, huh? Have you tried it with svn r5430 yet? Since sensible (if mangled) typeid names are getting printed out, it's possible that polymorphic typeid is working properly too. --- Roy ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
