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
/
delta_metrics.f90
Fortran · 220 bytes
Raw
Blame
History
1
module
layered_delta_metrics
2
use
layered_left_metrics
,
only
:
doubled
3
use
layered_right_metrics
,
only
:
shifted
4
implicit
none
5
6
integer
,
parameter
::
gap
=
doubled
-
shifted
7
end
module
layered_delta_metrics
8