comparison liboctave/int16NDArray.cc @ 8774:b756ce0002db

split implementation and interface in mx-op-defs and MArray-defs
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 17 Feb 2009 08:38:00 +0100
parents e8d953d03f6a
children eb63fbe60fab
comparison
equal deleted inserted replaced
8773:9e3111d203c0 8774:b756ce0002db
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include "int16NDArray.h" 28 #include "int16NDArray.h"
29 29 #include "mx-op-defs.h"
30 #include "intNDArray.cc" 30 #include "intNDArray.cc"
31 31
32 template class OCTAVE_API intNDArray<octave_int16>; 32 template class OCTAVE_API intNDArray<octave_int16>;
33 33
34 template OCTAVE_API 34 template OCTAVE_API