Fix bug in findpaths5

The findpaths6 was not called
This commit is contained in:
Sylvain Tricot 2025-03-23 18:02:52 +01:00
parent c7f1223341
commit fb03b441c5
3 changed files with 4 additions and 3 deletions

View File

@ -342,8 +342,8 @@ C
ENDIF
ENDIF
IF(ND.EQ.NDIF) GOTO 32
c CALL FINDPATHS(ND,KTYP,KATL,I_CP,R,XR,YR,ZR,RHOJK,
c 1 THJK,PHIJK,ZSURF,JPOS,PW,JE,FREF,DIJ,TAU)
CALL FINDPATHS6(ND,KTYP,KATL,I_CP,R,XR,YR,ZR,RHOJK,
1 THJK,PHIJK,ZSURF,JPOS,PW,JE,FREF,DIJ,TAU)
32 DIJ=DIJ-R(ND)
22 IF(IN(ND-1).EQ.1) NTHOF=NTHOF-1
IT(ND-1)=0

View File

@ -3,7 +3,7 @@ PYMAJ = 3
PYMIN = 5
FC = gfortran
F2PY = f2py --f77exec=$(FC) --f90exec=$(FC)
F2PY = python -m numpy.f2py --f77exec=$(FC) --f90exec=$(FC)
NO_VENV = 0
DEBUG = 0

View File

@ -8,5 +8,6 @@ Pint
pandas
pycairo
scipy
setuptools==73.0.1
setuptools-scm
terminaltables