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