shithub
tenseleyflow
/
bencch
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
bencch
Public
Watch
0
Fork
0
Star
0
bencch
/
fixtures
/
modules
/
layered_leaves
/
right_metrics.f90
Fortran · 164 bytes
Raw
Blame
History
1
module
layered_right_metrics
2
use
layered_root_seed
,
only
:
seed
3
implicit
none
4
5
integer
,
parameter
::
shifted
=
seed
+
5
6
end
module
layered_right_metrics
7