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

Go to the source code of this file.

Functions/Subroutines

subroutine line_ini

Function/Subroutine Documentation

◆ line_ini()

subroutine line_ini

Definition at line 34 of file line_ini.F.

35C-----------------------------------------------
36C M o d u l e s
37C-----------------------------------------------
38 USE message_mod
39 USE groupdef_mod
40 USE group_mod
41C-----------------------------------------------
42C I m p l i c i t T y p e s
43C-----------------------------------------------
44#include "implicit_f.inc"
45C-----------------------------------------------
46C C o m m o n B l o c k s
47C-----------------------------------------------
48#include "com04_c.inc"
49C-----------------------------------------------
50C L o c a l V a r i a b l e s
51C-----------------------------------------------
52!
53!! --- ISLIN ---
54!
55! --- READ IGRSLIN ---
56 IF (nslin > 0)THEN
57 ALLOCATE(igrslin(nslin))
59 ELSE
60 ALLOCATE(igrslin(0))
61 ENDIF
62!---------
63 RETURN
subroutine alloc_line_str(igrslin)
type(surf_), dimension(:), allocatable, target igrslin
Definition group_mod.F:47