#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