Skip to content

Commit

Permalink
Fix minor bug (from eugene)
Browse files Browse the repository at this point in the history
git-svn-id: https://ccpforge.cse.rl.ac.uk/svn/spral/tags/VERSION_2015_04_20@355 33810a50-c353-450f-be6c-41f7241c649d
  • Loading branch information
jhogg41 committed Apr 21, 2015
1 parent 4c995b3 commit 1614dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssmfe/expert.f90
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ subroutine ssmfe_inverse_rci_double &

do i = first, last, step

if ( keep%info%converged(i) > 0 ) then
if ( keep%info%converged(i) .ne. 0 ) then
word = ' yes'
else
word = ' no'
Expand Down

0 comments on commit 1614dd8

Please sign in to comment.