Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kostis1981
  • Content: Threads
  • Order by date
  1. kostis1981

    functions

    In my code i use a really big number of functions f,g,... which i define the following way: real function f(a,b,c) ... end function f real function g(a,b,c) ... end function g . . Does anyone know a way to define these functions all together, in order to make my code shorter??? Thanx...
  2. kostis1981

    dynamical array problem

    I have an array R defined as follows: real, dimension(:,:), pointer, save :: R so i guess R is assigned with the ALLOCATABLE attribute Starting the code R becomes (100,100) In a point I want a subroutine(Ro) that takes R(100,100) and extends dimensions giving a R(102,102) In the subroutine i...

Part and Inventory Search

Back
Top