Why does f2py say that an iso_fortran_env value does not reduce to a constant expression?

后端 未结 0 950
醉酒成梦
醉酒成梦 2020-12-12 03:40

I can compile the following code just fine using gfortran -c test.f90.

module math
    contains
    function addition(a, b) result(f)
        use iso_fortran_         


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