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

Go to the source code of this file.

Functions/Subroutines

subroutine zeroin (n1, n2, ma)

Function/Subroutine Documentation

◆ zeroin()

subroutine zeroin ( integer n1,
integer n2,
integer, dimension(*) ma )

Definition at line 46 of file zeroin.F.

47C-----------------------------------------------
48C I m p l i c i t T y p e s
49C-----------------------------------------------
50#include "implicit_f.inc"
51C-----------------------------------------------
52C D u m m y A r g u m e n t s
53C-----------------------------------------------
54 INTEGER N1, N2
55 INTEGER MA(*)
56C-----------------------------------------------
57C L o c a l V a r i a b l e s
58C-----------------------------------------------
59 INTEGER J
60 DO j=n1,n2
61 ma(j)=0
62 ENDDO
63 RETURN