Derek: look more carefully. In remote_elem.C, remote_elem_setup is created. Its constructor should register RemoteElem::create() with the Singleton class.
Ben: You've got a static initialization order fiasco here, I think. The remote_elem_setup gets constructed, it appends an entry to the setup_cache... *then* the setup_cache gets constructed, making it a new empty vector. --- Roy ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ Libmesh-devel mailing list Libmesh-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-devel