Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
fortran-block-data
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
text
5 lines
113 Bytes
Copy permalink
Copy
Raw
1
BLOCK DATA RIGHT
2
3
COMMON /B/ C, ChangeMe
4
DATA C, ChangeMe / 2.0, 6.0 /
5
END