37 #ifndef NEKTAR_LIB_UTILITIES_BOOST_UTIL_HPP 
   38 #define NEKTAR_LIB_UTILITIES_BOOST_UTIL_HPP 
   40 #include <boost/shared_ptr.hpp> 
   44     template<
typename DataType>
 
   45     boost::shared_ptr<DataType> 
MakePtr(DataType* d)
 
   47         return boost::shared_ptr<DataType>(d);
 
   52 #endif //NEKTAR_LIB_UTILITIES_BOOST_UTIL_HPP 
boost::shared_ptr< DataType > MakePtr(DataType *d)