ddummy.f
来自「网络带宽测试工具」· F 代码 · 共 17 行
F
17 行
Subroutine ddummy( a, i )! ----------------------------------------------------------------------! --- Subroutine that is only called to ftrustrate overoptimisation! in loops doing identical operations.! ---------------------------------------------------------------------- Use numerics Implicit None Real(l_) :: a(*) Integer :: i Real(l_) :: ai! ---------------------------------------------------------------------- ai = a(i)! ---------------------------------------------------------------------- End Subroutine ddummy
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?