X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FBase%2FAlgorithm.hxx;h=a58f2a6a047366e2896a302109a6eb887095711d;hb=52c34a2aded47a2a3ce068887d9e4eeaf671568b;hp=f4ccfdb5c95ae0bdce26cac35df7869783fa7ef8;hpb=9f7b6541d030299dff60fb93caa4371f8f9825de;p=FrontAlgorithms.git diff --git a/lib/fpa/Base/Algorithm.hxx b/lib/fpa/Base/Algorithm.hxx index f4ccfdb..a58f2a6 100644 --- a/lib/fpa/Base/Algorithm.hxx +++ b/lib/fpa/Base/Algorithm.hxx @@ -95,6 +95,7 @@ GenerateData( ) this->_InitializeQueue( ); this->_Loop( ); this->_AfterMainLoop( ); + this->InvokeEvent( TEndEvent( ) ); } // ------------------------------------------------------------------------- @@ -187,7 +188,6 @@ _Loop( ) } // fi } // elihw - this->InvokeEvent( TEndEvent( ) ); this->_AfterLoop( ); }