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...
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...
! Hei Hei
!
! please see the following lines
!
program tektip
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! check derived type structure for binary io
! compile -> ifort tektip.f90 -o xtektip
...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.