/*--------------------------------------------------
header file for function get_file_contents
created by st10 at Mon Apr 23 14:21:32 PDT 2007
--------------------------------------------------*/
#ifndef get_file_contents_H
#define get_file_contents_H
#include <string>
using namespace std;
bool put_contents(double contents[], int desired_size,
char* outfile_name);
#endif