diff main/fixed/src/fixedColVector.h @ 5248:f8d77845533f octave-forge

Changes for compilation with 3.1.51+
author adb014
date Thu, 13 Nov 2008 22:49:30 +0000
parents 2de537641f94
children d84d2fea3c90
line wrap: on
line diff
--- a/main/fixed/src/fixedColVector.h	Thu Nov 13 13:20:17 2008 +0000
+++ b/main/fixed/src/fixedColVector.h	Thu Nov 13 22:49:30 2008 +0000
@@ -40,7 +40,7 @@
 class FixedMatrix;
 #endif
 
-typedef FixedPoint (*f_f_Mapper)(FixedPoint);
+typedef FixedPoint (*fp_fp_Mapper)(FixedPoint);
 
 class
 OCTAVE_FIXED_API 
@@ -133,9 +133,9 @@
 
   // other operations
 
-  FixedColumnVector map (f_f_Mapper f) const;
+  FixedColumnVector map (fp_fp_Mapper f) const;
 
-  FixedColumnVector& apply (f_f_Mapper f);
+  FixedColumnVector& apply (fp_fp_Mapper f);
 
   FixedPoint min (void) const;
   FixedPoint max (void) const;