Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function get_nums
   created by smtuttle at Thu Nov 18 15:09:29 PST 2010
--------------------------------------------------*/
#ifndef get_nums_H
#define get_nums_H

#include <string>
using namespace std;

void get_nums(double values[], int size);

#endif