updating values of an array in a subroutine in fortran

前端 未结 0 1425
春和景丽
春和景丽 2021-02-07 06:21

i have the following module:

module prestel
implicit none
contains
  subroutine gradient(rho,N,dr,gradiant_rho)
    implicit none
    real(kind=dp), allocatable           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题