diff liboctave/int8NDArray.cc @ 4952:bfd57b466752

[project @ 2004-09-01 00:49:05 by jwe]
author jwe
date Wed, 01 Sep 2004 00:49:06 +0000
parents c638c144d4da
children e71be9c548f2
line wrap: on
line diff
--- a/liboctave/int8NDArray.cc	Tue Aug 31 21:27:10 2004 +0000
+++ b/liboctave/int8NDArray.cc	Wed Sep 01 00:49:06 2004 +0000
@@ -35,6 +35,8 @@
 
 template class intNDArray<octave_int8>;
 
+template octave_int8 pow (const octave_int8& a, const octave_int8& b);
+
 template
 std::ostream&
 operator << (std::ostream& os, const intNDArray<octave_int8>& a);