Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function boa_test
   created by smtuttle at Fri Oct 22 08:52:21 PDT 2010
--------------------------------------------------*/
#ifndef boa_test_H
#define boa_test_H

#include <string>
using namespace std;

bool boa_test( );

#endif