![]() |
HepPDT Reference DocumentationHepPDT |
00001 // ---------------------------------------------------------------------- 00002 // 00003 // stringtodouble.hh 00004 // Author: Lynn Garren 00005 // 00006 // ---------------------------------------------------------------------- 00007 #ifndef STRINGTODOUBLE_HH 00008 #define STRINGTODOUBLE_HH 00009 00010 #include <string> 00011 00012 namespace HepPDT { 00013 00015 double stringtodouble( std::string & numb ); 00016 00017 } // namespace HepPDT 00018 00019 #endif // STRINGTODOUBLE_HH