#ifndef SWIG_CONERT_UNITS_HH #define SWIG_CONERT_UNITS_HH #include int convert_united_value( std::string & to_units , std::string & from_units , long long * val ) ; int convert_united_value( std::string & to_units , std::string & from_units , double * val ) ; #endif