mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 21:53:10 +00:00
d72aa59fdd
Converted data products to use udunits. refs #231
12 lines
232 B
C++
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
|
|
|