/*-------------------------------------------------- header file for function sum_from_file created by smtuttle at Tue May 4 17:54:07 PDT 2010 --------------------------------------------------*/ #ifndef sum_from_file_H #define sum_from_file_H #include <string> using namespace std; double sum_from_file(string input_file); #endif