Recent content by Taff

  1. T

    Fortran Fortran 90: dinamic matrix valued function as argument

    hello, I'm trying to write a program with a subroutine that can handle array valued functions of different dimensions, I'm new to fortran 90 so i have some troubles. Here's what i tried: program passing use functions use sub_mod implicit none integer, dimension(2,2):: a2 integer...
Back
Top