trick/trick_source/trick_swig/swig_convert_units.hh
Alex Lin 14a75508a3 Cleaning up once include variables and copyright cleanup.
Changed all header file once include variables to follow the same naming
convention and not start with any underscores.  Also deleted old
incorrect copyright notices.  Also removed $Id: tags from all files.

Fixes #14.  Fixes #22.
2015-03-23 16:03:14 -05:00

10 lines
279 B
C++

#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