00001 // $Id: stringtodouble.hh,v 1.1 2002/03/08 15:54:43 garren Exp $ 00002 // ---------------------------------------------------------------------- 00003 // 00004 // stringtodouble.hh 00005 // Author: Lynn Garren 00006 // 00007 // ---------------------------------------------------------------------- 00008 #ifndef STRINGTODOUBLE_HH 00009 #define STRINGTODOUBLE_HH 00010 00011 #include <string> 00012 00013 namespace HepPDT { 00014 00015 double stringtodouble( std::string & numb ); 00016 00017 } // namespace HepPDT 00018 00019 #endif // STRINGTODOUBLE_HH