trick/include/trick/map_trick_units_to_udunits.hh
Alex Lin d72aa59fdd Use udunits package for units conversions
Converted data products to use udunits.

refs #231
2016-05-10 14:45:31 -05:00

12 lines
232 B
C++

// List prototypes to convert old units strings to udunits
#ifndef MAP_TRICK_UNITS_TO_UDUNITS_HH
#define MAP_TRICK_UNITS_TO_UDUNITS_HH
#include <string>
std::string map_trick_units_to_udunits( std::string orig_units ) ;
#endif