natski
Aug30-10, 01:17 PM
Dear all,
I am using f90 and trying to pass only one column/row of an array into a subroutine. So I want something like...
call test(x(1,:),....)
If "test" defines the first entry as a vector, will this work?
Natski
I am using f90 and trying to pass only one column/row of an array into a subroutine. So I want something like...
call test(x(1,:),....)
If "test" defines the first entry as a vector, will this work?
Natski