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 ) {