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

Go to the source code of this file.

Functions/Subroutines

subroutine drbycnt (nerby, npby)

Function/Subroutine Documentation

◆ drbycnt()

subroutine drbycnt ( integer nerby,
integer, dimension(nnpby,*) npby )

Definition at line 28 of file drbycnt.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 "com04_c.inc"
37#include "param_c.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER NERBY,NPBY(NNPBY,*)
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER I
46C-----------------------------------------------
47 DO i=1,nrbody
48 nerby = nerby + npby(2,i)
49 ENDDO
50C
51 RETURN