Luiz Flávio Rodrigues
Results
1
issues of
Luiz Flávio Rodrigues
I have a code: ```fortran #:if defined("SINGLE_PRECISION") #:def MACRO(A) call bcast_doubles(dminfo,size($A$),$A$) #:enddef MACRO #:else #:def MACRO(A) call bcast_reals(dminfo,size($A$),$A$) #:enddef MACRO #:endif module init contains subroutine tst() real :: ah2onw(2) real...