10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-18 19:25:35 +02:00

Fixing travis

This commit is contained in:
Anthony Scemama 2019-01-28 22:01:50 +01:00
parent c35594edd3
commit 7fc9d2540f

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