Update zmq module with fortran preprocessor

This commit is contained in:
Anthony Scemama 2023-02-06 18:02:11 +01:00
parent 5f99e463c7
commit 6a25c3edc9
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
../../include/f77_zmq_free.h

View File

@ -1,4 +1,4 @@
module f77_zmq
include 'f77_zmq_free.h'
#include "f77_zmq_free.h"
end module