Add utility class for parsing NT IDs

This commit is contained in:
Dave Hickin
2015-08-21 14:46:26 +01:00
parent b62cb22818
commit 84304d9b4e
2 changed files with 122 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ SRC_DIRS += $(SRC)/nt
INC += nt.h
INC += ntutils.h
INC += ntid.h
INC += ntfield.h
INC += ntscalar.h
INC += ntscalarArray.h