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

Go to the source code of this file.

Functions/Subroutines

subroutine c_segquadfr (segquadfr, cep, p, cel, nsegquadfr_l)

Function/Subroutine Documentation

◆ c_segquadfr()

subroutine c_segquadfr ( integer, dimension(2,*) segquadfr,
integer, dimension(*) cep,
integer p,
integer, dimension(*) cel,
integer nsegquadfr_l )

Definition at line 28 of file c_segquadfr.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "com01_c.inc"
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER SEGQUADFR(2,*), CEP(*),CEL(*),P, NSEGQUADFR_L
41C-----------------------------------------------
42C L o c a l V a r i a b l e s
43C-----------------------------------------------
44 INTEGER N, NN
45C
46 DO n=1,nsegquadfr
47 nn=segquadfr(1,n)
48 IF(cep(nn)==p)nsegquadfr_l=nsegquadfr_l+1
49 ENDDO
50C
51 RETURN