Fixing travis

This commit is contained in:
Anthony Scemama 2019-01-28 22:01:50 +01:00
parent c35594edd3
commit 7fc9d2540f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ subroutine davidson_run_slave(thread,iproc)
endif
doexit = receive
IRP_ENDIF
if (doexit) then
if (doexit>0) then
call end_zmq_to_qp_run_socket(zmq_to_qp_run_socket)
return
endif