Recent content by FZK

  1. F

    How to pass array element form a subroutine to main function

    Yes i will try myself...but can you help me how i can decleared common block array and how to acces it?
  2. F

    How to pass array element form a subroutine to main function

    Thanks for your reply actually programme was made by several programmers and i am also modify the same programme for my uses wher i want to use common block for transfering data from one subroutine to another subroutine. So please guide me how i can use it and acces it in another...
  3. F

    How to pass array element form a subroutine to main function

    Thanks for your nice reply...here i am sending the exact portion of my problem so please see that and comment on... In this programme i decleared bparz(1500) in a named common block statement like common/gammaz/bparz(0:1500)... Now i want to use these common block array elememts in main...
  4. F

    How to pass array element form a subroutine to main function

    yes i am unsing fortran. Please tell me in details... If you want programme i can post it here... Reply me
  5. F

    How to pass array element form a subroutine to main function

    Hi guys. I want to transfer each elements of an array (which is declared in one subroutine)to main function using common block technique. When i am doing so i go always a constant value in the array in the main function. Suppose i have one array bparz(i) which has different values in one...
Back
Top