Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Arrays/HicEst/arrays.hicest
Normal file
11
Task/Arrays/HicEst/arrays.hicest
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
REAL :: n = 3, Astat(n), Bdyn(1, 1)
|
||||
|
||||
Astat(2) = 2.22222222
|
||||
WRITE(Messagebox, Name) Astat(2)
|
||||
|
||||
ALLOCATE(Bdyn, 2*n, 3*n)
|
||||
Bdyn(n-1, n) = -123
|
||||
WRITE(Row=27) Bdyn(n-1, n)
|
||||
|
||||
ALIAS(Astat, n-1, last2ofAstat, 2)
|
||||
WRITE(ClipBoard) last2ofAstat ! 2.22222222 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue