From bc5ba39278e37b7c97f8b6192850a8d396e6540c Mon Sep 17 00:00:00 2001 From: Yong-Chull Jang Date: Wed, 31 Jan 2018 12:40:33 -0500 Subject: [PATCH] relocate the printing block of converged eigenvalues --- .../iterative/ImplicitlyRestartedBlockLanczos.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/algorithms/iterative/ImplicitlyRestartedBlockLanczos.h b/lib/algorithms/iterative/ImplicitlyRestartedBlockLanczos.h index 70c9afeb..bf849a0f 100644 --- a/lib/algorithms/iterative/ImplicitlyRestartedBlockLanczos.h +++ b/lib/algorithms/iterative/ImplicitlyRestartedBlockLanczos.h @@ -285,10 +285,6 @@ until convergence } // i-loop end clog <<" #modes converged: "<=Nstop ){ - goto converged; - } for(int i=0; i=Nstop ){ + goto converged; + } if ( iter < MaxIter-1 ) { if ( Nu == 1 ) {