From c648fb44685db10d6169c623a86f7d5662f9f027 Mon Sep 17 00:00:00 2001 From: "Igor S. Gerasimov" Date: Sun, 13 Nov 2022 02:30:34 +0900 Subject: [PATCH 2/2] Fix GCC build --- cp2kmate.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cp2kmate.f90 b/cp2kmate.f90 index 425cc0c..aa929a2 100644 --- a/cp2kmate.f90 +++ b/cp2kmate.f90 @@ -350,7 +350,7 @@ do while(.true.) if (iLRIGPW==1) write(*,*) "20 Toggle using LRIGPW instead of GPW to accelerate calculation, current: Yes" if (iLSSCF==0) write(*,*) "21 Toggle using Linear Scaling Self Consistent Field Method, current: No" if (iLSSCF==1) write(*,*) "21 Toggle using Linear Scaling Self Consistent Field Method, current: Yes" - if (ifPBC=="XYZ") then + if (PBCdir=="XYZ") then if (iPSOLVER==1) write(*,*) "22 Set Poisson solver, current: PERIODIC" if (iPSOLVER==2) write(*,*) "22 Set Poisson solver, current: ANALYTIC" if (iPSOLVER==3) write(*,*) "22 Set Poisson solver, current: MT" -- 2.34.1