repo.or.cz
/
PsN.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[PsN.git]
/
test
/
files
/
reader_orig.f
blob
20a183bea04a27758b4162a31577bb9558e33a12
1
SUBROUTINE
READER
()
2
3
COMMON
/
READ
/
TID
,
TCOV
4
5
REAL
TID
(
59
),
TCOV
(
59
,
1
)
6
7
OPEN
(
UNIT
=
77
,
FILE
=
'pheno_single.dta'
)
8
REWIND
77
9
DO
11
,
I
=
1
,
59
10
READ
(
77
,*)
TID
(
I
),
TCOV
(
I
,
1
)
11
11
CONTINUE
12
END