sissaschool / turborvb

Quantum Monte Carlo package, TurboRVB
https://turborvb.sissa.it
GNU General Public License v3.0
28 stars 6 forks source link

Fix missing declaration in zger2 #54

Closed addman2 closed 1 year ago

addman2 commented 1 year ago

Fix zger2. In zger2.f there was a missing declaration of I and J integers. It is strange because so far no compiler ever complained about it. Well it happend in offloaded code, I think implicit none is not properly implemented in compilers that offload to nvptx.