Added first implementation of NTNDArray.

This commit is contained in:
dhickin
2014-08-22 16:56:43 +01:00
parent 379a132cd7
commit 1fdcfb7ad1
4 changed files with 412 additions and 0 deletions

View File

@@ -11,12 +11,14 @@ INC += ntscalar.h
INC += ntnameValue.h
INC += nttable.h
INC += ntmultiChannel.h
INC += ntndarray.h
LIBSRCS += ntfield.cpp
LIBSRCS += ntscalar.cpp
LIBSRCS += ntnameValue.cpp
LIBSRCS += nttable.cpp
LIBSRCS += ntmultiChannel.cpp
LIBSRCS += ntndarray.cpp
LIBRARY=nt