]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez <leonardo@iMac-de-Andrea.local>
Thu, 9 Nov 2017 16:11:56 +0000 (11:11 -0500)
committerLeonardo Florez <leonardo@iMac-de-Andrea.local>
Thu, 9 Nov 2017 16:11:56 +0000 (11:11 -0500)
lib/ivq/ITK/FourierSeries.cxx

index 81f431738bfa547f90829cc935b78d84471ce9cc..47384f0ecac45f0dd52d8504bf5e253c9fe54e6b 100644 (file)
@@ -689,7 +689,7 @@ _DFT( const std::vector< TComplex >& p, unsigned int q )
   // Minimize phase
   struct _TComplexCmp
   {
-    bool operator()( const TComplex& a, const TComplex& b )
+    bool operator()( const TComplex& a, const TComplex& b ) const
       {
         return(
           ( std::real( b ) < std::real( a ) ) &&