OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
secondtst.f File Reference

Go to the source code of this file.

Functions/Subroutines

program __secondtst_f__
 SECONDTST
subroutine mysub (n, x, y)

Function/Subroutine Documentation

◆ mysub()

subroutine mysub ( integer n,
real, dimension(n) x,
real, dimension(n) y )

Definition at line 116 of file secondtst.f.

117 INTEGER N
118 REAL X(N), Y(N)
119 RETURN