diff main/fixed/src/fixedCMatrix.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 0924c374b60d
line wrap: on
line diff
--- a/main/fixed/src/fixedCMatrix.h	Thu Nov 13 13:20:17 2008 +0000
+++ b/main/fixed/src/fixedCMatrix.h	Thu Nov 13 22:49:30 2008 +0000
@@ -47,7 +47,7 @@
 class FixedComplexRowVector;
 #endif
 
-typedef FixedPointComplex (*fc_fc_Mapper)(FixedPointComplex);
+typedef FixedPointComplex (*fpc_fpc_Mapper)(FixedPointComplex);
 
 class
 OCTAVE_FIXED_API
@@ -228,8 +228,8 @@
 
   // other operations
 
-  FixedComplexMatrix map (fc_fc_Mapper f) const;
-  FixedComplexMatrix& apply (fc_fc_Mapper f);
+  FixedComplexMatrix map (fpc_fpc_Mapper f) const;
+  FixedComplexMatrix& apply (fpc_fpc_Mapper f);
 
   bool all_elements_are_real (void) const;