diff liboctave/int16NDArray.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/int16NDArray.cc	Tue Aug 31 21:27:10 2004 +0000
+++ b/liboctave/int16NDArray.cc	Wed Sep 01 00:49:06 2004 +0000
@@ -35,6 +35,8 @@
 
 template class intNDArray<octave_int16>;
 
+template octave_int16 pow (const octave_int16& a, const octave_int16& b);
+
 template
 std::ostream&
 operator << (std::ostream& os, const intNDArray<octave_int16>& a);