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

Go to the source code of this file.

Functions/Subroutines

subroutine reset_gap (ni, ipari, intbuf_tab, frigap)

Function/Subroutine Documentation

◆ reset_gap()

subroutine reset_gap ( integer ni,
integer, dimension(npari,*) ipari,
type(intbuf_struct_) intbuf_tab,
frigap )

Definition at line 29 of file reset_gap.F.

30C-----------------------------------------------
31C M o d u l e s
32C-----------------------------------------------
33 USE intbufdef_mod
34C-------------------------------------------------------
35C I m p l i c i t T y p e s
36C-----------------------------------------------
37#include "implicit_f.inc"
38C-----------------------------------------------
39C C o m m o n B l o c k s
40C-----------------------------------------------
41#include "param_c.inc"
42C-----------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER NI, IPARI(NPARI,*)
47 . frigap(nparir,*)
48
49 TYPE(INTBUF_STRUCT_) INTBUF_TAB
50C-----------------------------------------------
51C L o c a l V a r i a b l e s
52C-----------------------------------------------
53 INTEGER J
54C======================================================================|
55 DO j = 1,nparir
56 intbuf_tab%VARIABLES(j) = frigap(j,ni)
57 ENDDO
58
59 RETURN
#define my_real
Definition cppsort.cpp:32