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

Go to the source code of this file.

Functions/Subroutines

subroutine donerby (irby, nerby, npby, nerbt)

Function/Subroutine Documentation

◆ donerby()

subroutine donerby ( integer irby,
integer nerby,
integer, dimension(nnpby,*) npby,
integer, dimension(*) nerbt )

Definition at line 28 of file donerby.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 "param_c.inc"
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER IRBY,NERBY,
41 . NPBY(NNPBY,*),NERBT(*)
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 nerby = nerby + npby(2,irby)
46C
47 RETURN