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 TouchToneTommy 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: Eide
  • Content: Threads
  • Order by date
  1. Eide

    Reshape

    Hi, I need to reshape a one dimensional array into three three-dimensional arrays and I wonder how to do this correctly. In the code sample below you can see how the big one dimensional array is formed from the three three-dimensional ones. But now I need to do the opposite operation. Would be...
  2. Eide

    double loop

    Hi all, Because of getting tired of editing ini files I wanted to write a small prog helping me. I have to make a list of several instruments and runs. I tried: set maxtape 10 set maxsite 10 for { set i 1 } { $i <= $maxsite } { incr i } { set j 0 for { set j 1 } { $j <= $maxtape } { incr...
  3. Eide

    Derived type binary io

    ! Hei Hei ! ! please see the following lines ! program tektip !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! check derived type structure for binary io ! compile -> ifort tektip.f90 -o xtektip ...

Part and Inventory Search

Back
Top