Use udunits package for units conversions

Copied the units_conv.c from 15 that includes the new units to master.

Swept through the code removing includes to Unit.hh and UCF.h where they
are no longer needed.  Remade makefile dependencies.

refs #231
This commit is contained in:
Alex Lin
2016-05-17 09:01:37 -05:00
parent 7e218a0472
commit a95e8e086b
25 changed files with 972 additions and 242 deletions

View File

@ -9,7 +9,6 @@
#include "trick/tc_proto.h"
#include "trick/exec_proto.h"
#include "trick/command_line_protos.h"
#include "trick/Unit.hh"
#include "trick/message_proto.h"
#include "trick/message_type.h"
#include "trick/TrickConstant.hh"