/*-------------------------------------------------- header file for function is_boa_portable created by smtuttle at Fri Oct 22 09:07:20 PDT 2010 --------------------------------------------------*/ #ifndef is_boa_portable_H #define is_boa_portable_H #include <string> using namespace std; bool is_boa_portable(boa a_boa, double carrier_len); #endif