]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 29 Mar 2016 19:22:00 +0000 (14:22 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 29 Mar 2016 19:22:00 +0000 (14:22 -0500)
lib/cpPlugins/Object.cxx
lib/cpPlugins/ProcessObject.cxx
lib/cpPlugins_ITKInstances/Base_explicit_description.txt

index a6615b4c12971a657f809a4283e8f60c70cc237f..ed43822d7f797b828a12fc01342b0d775ccab231 100644 (file)
@@ -67,7 +67,7 @@ GetMTime( ) const
   {
     auto iTime = i->GetMTime( );
     auto vTime = i->GetMTime( );
-    return( itk::ModifiedTimeType( ( iTime < vTime )? iTime: vTime ) );
+    return( itk::ModifiedTimeType( ( iTime > vTime )? iTime: vTime ) );
   }
   else
     return( this->Superclass::GetMTime( ) );
index b915bec9307f09a4a08c5e61b2588083cd8b758e..d93fd18dc5a358c2358feca50cc0277ca3594f0b 100644 (file)
@@ -195,7 +195,7 @@ GetMTime( ) const
 {
   auto params_time = this->m_Parameters.GetMTime( );
   auto filter_time = this->Superclass::GetMTime( );
-  return( ( params_time < filter_time )? params_time: filter_time );
+  return( ( params_time > filter_time )? params_time: filter_time );
 }
 
 // -------------------------------------------------------------------------
index 6bb63dd36af7a76b38e8c444296d18bd6255f0a6..7c156e564964d03a4f343315f37692d441d4a3b3 100644 (file)
@@ -17,6 +17,7 @@ i itkRGBAPixel.h
 i itkSimpleDataObjectDecorator.h
 c itk::Array< #1 >
 c itk::FixedArray< #1 , #2 >
+c itk::FixedArray< float , 6 >
 c itk::Point< #5 , #2 >
 c itk::Vector< #5 , #2 >
 c itk::Matrix< #5 , #2 , #2 >