10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

Fixed zmq

This commit is contained in:
Anthony Scemama 2021-01-30 00:30:44 +01:00
parent 3d6a75ca42
commit 3fec30e4d8

View File

@ -1226,8 +1226,8 @@ integer function zmq_delete_tasks_async_recv(zmq_to_qp_run_socket,more,sending)
integer :: rc
character*(64) :: reply
if (.not.sending) return
zmq_delete_tasks_async_recv = 0
if (.not.sending) return
reply = ''
rc = f77_zmq_recv(zmq_to_qp_run_socket,reply,64,0)