On Thu, 11 Mar 2010, Yujie wrote: > It looks there is a bug in this function. if enabling > "_out_of_mesh_mode", the element can't be found, that is "NULL". > "libmesh_assert (this->_element->active());" can't be judged, right?
Right! That should be libmesh_assert(!this->_element || this->_element->active()); I'll fix it. Thanks, --- Roy ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
