// // $Id: d0Geometer.cpp,v 1.1 2000/12/05 16:52:15 hobbs Exp $ // // File: d0Geometer.cpp // Purpose: // Created: 5-DEC-2000 John Hobbs // // $Revision: 1.1 $ // // // Include files #include "d0_geometry/base/d0Geometer.hpp" d0Geometer* d0Geometer::_theInstance=0; d0Geometer* d0Geometer::get_instance() { if( !_theInstance ) _theInstance = new d0Geometer; return _theInstance; }