Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11221598
convert_matrices.f90
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
364 B
Subscribers
None
convert_matrices.f90
View Options
program
convert_matrices
implicit none
double precision
,
allocatable
::
mat
(:,:)
integer
::
dim
,
i
,
j
dim
=
17
allocate
(
mat
(
dim
,
dim
))
open
(
456
,
file
=
"cov_mu.txt.3"
)
open
(
458
,
file
=
"cov_mu_gnu.dat"
)
do
i
=
1
,
dim
read
(
456
,
*
)
mat
(
i
,:)
do
j
=
1
,
dim
write
(
458
,
*
)
i
,
j
,
mat
(
i
,
j
)
enddo
write
(
458
,
*
)
enddo
end program
convert_matrices
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 14, 10:35 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5067524
Default Alt Text
convert_matrices.f90 (364 B)
Attached To
rHIGGSBOUNDSSVN higgsboundssvn
Event Timeline
Log In to Comment