diff main/fixed/src/fixedCRowVector.h @ 11277:7b7cd174847c octave-forge

fixed: remove obsolete resize_fill_value()
author jordigh
date Fri, 30 Nov 2012 20:11:09 +0000
parents d84d2fea3c90
children
line wrap: on
line diff
--- a/main/fixed/src/fixedCRowVector.h	Fri Nov 30 12:46:01 2012 +0000
+++ b/main/fixed/src/fixedCRowVector.h	Fri Nov 30 20:11:09 2012 +0000
@@ -241,7 +241,7 @@
   friend std::istream& operator >> (std::istream& is, FixedComplexRowVector& a);
 
   void resize (octave_idx_type n,
-               const FixedPointComplex& rfv = Array<FixedPointComplex>::resize_fill_value ())
+               const FixedPointComplex& rfv = FixedPointComplex ())
   {
     Array<FixedPointComplex>::resize (dim_vector (1, n), rfv);
   }