trick/trick_source/trick_swig/swig_convert_units.hh

10 lines
287 B
C++
Raw Normal View History

2015-02-26 15:02:31 +00:00
#ifndef __SWIG_CONERT_UNITS_HH__
#define __SWIG_CONERT_UNITS_HH__
#include <string>
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