comparison liboctave/intNDArray.h @ 5105:e35b034d3523

[project @ 2004-12-28 03:36:13 by jwe]
author jwe
date Tue, 28 Dec 2004 03:36:14 +0000
parents e71be9c548f2
children 23b37da9fd5b
comparison
equal deleted inserted replaced
5104:b77227b1d8a8 5105:e35b034d3523
20 20
21 */ 21 */
22 22
23 #if !defined (octave_intNDArray_h) 23 #if !defined (octave_intNDArray_h)
24 #define octave_intNDArray_h 1 24 #define octave_intNDArray_h 1
25
26 #if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)
27 #pragma interface
28 #endif
29 25
30 #include "MArrayN.h" 26 #include "MArrayN.h"
31 #include "boolNDArray.h" 27 #include "boolNDArray.h"
32 28
33 template <class T> 29 template <class T>