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

Go to the source code of this file.

Functions/Subroutines

subroutine sasumsub (n, x, incx, asum)

Function/Subroutine Documentation

◆ sasumsub()

subroutine sasumsub ( integer n,
real, dimension(*) x,
integer incx,
real asum )

Definition at line 6 of file sasumsub.f.

7c
8 external sasum
9 real sasum,asum
10 integer n,incx
11 real x(*)
12c
13 asum=sasum(n,x,incx)
14 return
real function sasum(n, sx, incx)
SASUM
Definition sasum.f:72