OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
zerore.F File Reference
#include "implicit_f.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine zerore (n1, n2, am)

Function/Subroutine Documentation

◆ zerore()

subroutine zerore ( integer n1,
integer n2,
am )

Definition at line 30 of file zerore.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C D u m m y A r g u m e n t s
37C-----------------------------------------------
38 INTEGER N1, N2
39C REAL
41 . am(*)
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER J
46 DO j=n1,n2
47 am(j)=zero
48 ENDDO
49 RETURN
#define my_real
Definition cppsort.cpp:32