# HG changeset patch # User jwe # Date 1037737064 0 # Node ID cfe753a0ed6ff14d14b86c0eccc8a5cfa5aabf5f # Parent dda53b247bc8dbd50e367c2f0315df2e3abda7a8 [project @ 2002-11-19 20:17:44 by jwe] diff --git a/src/xpow.h b/src/xpow.h --- a/src/xpow.h +++ b/src/xpow.h @@ -59,8 +59,7 @@ extern octave_value elem_xpow (const ComplexMatrix& a, double b); extern octave_value elem_xpow (const ComplexMatrix& a, const Matrix& b); extern octave_value elem_xpow (const ComplexMatrix& a, const Complex& b); -extern octave_value elem_xpow (const ComplexMatrix& a, - const ComplexMatrix& b); +extern octave_value elem_xpow (const ComplexMatrix& a, const ComplexMatrix& b); #endif