From c68e220e41ec7dc9b031673b5036173e50d04f9c Mon Sep 17 00:00:00 2001
From: Ivan Tsybulin <tsybulinhome@gmail.com>
Date: Mon, 19 Sep 2022 20:47:13 +0000
Subject: [PATCH] Make ifort preprocessor happy

---
 ParLib.src/parlibf_test.F90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ParLib.src/parlibf_test.F90 b/ParLib.src/parlibf_test.F90
index 20c5c0a..79ba227 100644
--- a/ParLib.src/parlibf_test.F90
+++ b/ParLib.src/parlibf_test.F90
@@ -1,7 +1,7 @@
 ! Created by  on 08.06.2020.
 program parlibf_test
     IMPLICIT NONE
-    #include "parlibf.h"
+#include "parlibf.h"
     call PARLIB_INIT
     write(*,*) "Fortran parlib works"
     call PARLIB_DEINIT
-- 
GitLab