comparison src/ov-cx-mat.cc @ 8803:35ea4f816bc9

ov-flt-cx-mat.cc, ov-cx-mat.cc: comment out unused static function
author John W. Eaton <jwe@octave.org>
date Wed, 18 Feb 2009 11:27:47 -0500
parents 280fae940bb0
children eb63fbe60fab
comparison
equal deleted inserted replaced
8802:061780d8da1e 8803:35ea4f816bc9
722 } 722 }
723 723
724 return retval; 724 return retval;
725 } 725 }
726 726
727 #if 0
727 static double 728 static double
728 xabs (const Complex& x) 729 xabs (const Complex& x)
729 { 730 {
730 return (xisinf (x.real ()) || xisinf (x.imag ())) ? octave_Inf : abs (x); 731 return (xisinf (x.real ()) || xisinf (x.imag ())) ? octave_Inf : abs (x);
731 } 732 }
733 #endif
732 734
733 static double 735 static double
734 ximag (const Complex& x) 736 ximag (const Complex& x)
735 { 737 {
736 return x.imag (); 738 return x.imag ();