NTScalarArray added

This commit is contained in:
Matej Sekoranja
2014-08-25 08:58:40 +02:00
parent 131c2fc31a
commit 887b453bac
9 changed files with 658 additions and 20 deletions
+2
View File
@@ -8,6 +8,7 @@ SRC_DIRS += $(SRC)/nt
INC += nt.h
INC += ntfield.h
INC += ntscalar.h
INC += ntscalarArray.h
INC += ntnameValue.h
INC += nttable.h
INC += ntmultiChannel.h
@@ -15,6 +16,7 @@ INC += ntndarray.h
LIBSRCS += ntfield.cpp
LIBSRCS += ntscalar.cpp
LIBSRCS += ntscalarArray.cpp
LIBSRCS += ntnameValue.cpp
LIBSRCS += nttable.cpp
LIBSRCS += ntmultiChannel.cpp