changeset 2333:163cd34381de octave-forge

Update for API change for octave_value::resize
author adb014
date Thu, 29 Jun 2006 12:05:25 +0000
parents c2a177965d4d
children 0dc4e984c693
files main/comm/ov-galois.cc main/comm/ov-galois.h main/fixed/ov-fixed-complex.cc main/fixed/ov-fixed-complex.h main/fixed/ov-fixed-cx-mat.cc main/fixed/ov-fixed-cx-mat.h main/fixed/ov-fixed-mat.cc main/fixed/ov-fixed-mat.h main/fixed/ov-fixed.cc main/fixed/ov-fixed.h
diffstat 10 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/main/comm/ov-galois.cc	Thu Jun 22 01:50:39 2006 +0000
+++ b/main/comm/ov-galois.cc	Thu Jun 29 12:05:25 2006 +0000
@@ -61,7 +61,7 @@
 
 
 #if defined (HAVE_OCTAVE_CONCAT) || defined (HAVE_OLD_OCTAVE_CONCAT)
-octave_value octave_galois::resize (const dim_vector& dv) const
+octave_value octave_galois::resize (const dim_vector& dv, bool) const
 { 
   if (dv.length() > 2)
     {
--- a/main/comm/ov-galois.h	Thu Jun 22 01:50:39 2006 +0000
+++ b/main/comm/ov-galois.h	Thu Jun 29 12:05:25 2006 +0000
@@ -116,7 +116,7 @@
 #endif
 
 #if defined(HAVE_OCTAVE_CONCAT) || defined(HAVE_OLD_OCTAVE_CONCAT)
-  octave_value resize (const dim_vector& dv) const;
+  octave_value resize (const dim_vector& dv, bool) const;
 
   size_t byte_size (void) const { return gval.byte_size (); }
 #endif
--- a/main/fixed/ov-fixed-complex.cc	Thu Jun 22 01:50:39 2006 +0000
+++ b/main/fixed/ov-fixed-complex.cc	Thu Jun 29 12:05:25 2006 +0000
@@ -94,7 +94,7 @@
 
 #if defined (HAVE_OCTAVE_CONCAT) || defined (HAVE_OLD_OCTAVE_CONCAT)
 octave_value 
-octave_fixed_complex::resize (const dim_vector& dv) const
+octave_fixed_complex::resize (const dim_vector& dv, bool) const
 { 
   if (dv.length() > 2)
     {
--- a/main/fixed/ov-fixed-complex.h	Thu Jun 22 01:50:39 2006 +0000
+++ b/main/fixed/ov-fixed-complex.h	Thu Jun 29 12:05:25 2006 +0000
@@ -152,7 +152,7 @@
     { return ComplexMatrix (1, 1, ::fixedpoint(scalar)); }
 
 #if defined (HAVE_OCTAVE_CONCAT) || defined (HAVE_OLD_OCTAVE_CONCAT)
-  octave_value resize (const dim_vector& dv) const;
+  octave_value resize (const dim_vector& dv, bool) const;
 #endif
 
   void increment (void) { scalar += FixedPoint(1,0,1,0); }
--- a/main/fixed/ov-fixed-cx-mat.cc	Thu Jun 22 01:50:39 2006 +0000
+++ b/main/fixed/ov-fixed-cx-mat.cc	Thu Jun 29 12:05:25 2006 +0000
@@ -131,7 +131,7 @@
 
 #if defined (HAVE_OCTAVE_CONCAT) || defined (HAVE_OLD_OCTAVE_CONCAT)
 octave_value
-octave_fixed_complex_matrix::resize (const dim_vector& dv) const
+octave_fixed_complex_matrix::resize (const dim_vector& dv, bool) const
 {
   if (dv.length() > 2)
     {
--- a/main/fixed/ov-fixed-cx-mat.h	Thu Jun 22 01:50:39 2006 +0000
+++ b/main/fixed/ov-fixed-cx-mat.h	Thu Jun 29 12:05:25 2006 +0000
@@ -134,7 +134,7 @@
 #endif
 
 #if defined (HAVE_OCTAVE_CONCAT) || defined (HAVE_OLD_OCTAVE_CONCAT)
-  octave_value resize (const dim_vector& dv) const;
+  octave_value resize (const dim_vector& dv, bool) const;
 #endif
 
   void increment (void) { matrix += FixedPoint(1,0,1,0); }
--- a/main/fixed/ov-fixed-mat.cc	Thu Jun 22 01:50:39 2006 +0000
+++ b/main/fixed/ov-fixed-mat.cc	Thu Jun 29 12:05:25 2006 +0000
@@ -118,7 +118,7 @@
 
 #if defined (HAVE_OCTAVE_CONCAT) || defined (HAVE_OLD_OCTAVE_CONCAT)
 octave_value
-octave_fixed_matrix::resize (const dim_vector& dv) const
+octave_fixed_matrix::resize (const dim_vector& dv, bool) const
 {
   if (dv.length() > 2)
     {
--- a/main/fixed/ov-fixed-mat.h	Thu Jun 22 01:50:39 2006 +0000
+++ b/main/fixed/ov-fixed-mat.h	Thu Jun 29 12:05:25 2006 +0000
@@ -133,7 +133,7 @@
 #endif
 
 #if defined (HAVE_OCTAVE_CONCAT) || defined (HAVE_OLD_OCTAVE_CONCAT)
-  octave_value resize (const dim_vector& dv) const;
+  octave_value resize (const dim_vector& dv, bool) const;
 #endif
 
   void increment (void) { matrix += FixedPoint(1,0,1,0); }
--- a/main/fixed/ov-fixed.cc	Thu Jun 22 01:50:39 2006 +0000
+++ b/main/fixed/ov-fixed.cc	Thu Jun 29 12:05:25 2006 +0000
@@ -76,7 +76,7 @@
 
 #if defined (HAVE_OCTAVE_CONCAT) || defined (HAVE_OLD_OCTAVE_CONCAT)
 octave_value 
-octave_fixed::resize (const dim_vector& dv) const
+octave_fixed::resize (const dim_vector& dv, bool) const
 { 
   if (dv.length() > 2)
     {
--- a/main/fixed/ov-fixed.h	Thu Jun 22 01:50:39 2006 +0000
+++ b/main/fixed/ov-fixed.h	Thu Jun 29 12:05:25 2006 +0000
@@ -137,7 +137,7 @@
     { return ComplexMatrix (1, 1, Complex (::fixedpoint(scalar))); }
 
 #if defined (HAVE_OCTAVE_CONCAT) || defined (HAVE_OLD_OCTAVE_CONCAT)
-  octave_value resize (const dim_vector& dv) const;
+  octave_value resize (const dim_vector& dv, bool) const;
 #endif
 
   octave_value convert_to_str (bool pad = false) const;