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

Go to the source code of this file.

Functions/Subroutines

subroutine hm_option_next ()

Function/Subroutine Documentation

◆ hm_option_next()

subroutine hm_option_next

Definition at line 38 of file hm_option_next.F.

39C-----------------------------------------------
40C ROUTINE DESCRIPTION :
41C ===================
42C GENERIC ROUTINE TO GO TO NEXT /OPTION AFTER HM_OPTION_START
43C-----------------------------------------------
44C DUMMY ARGUMENTS DESCRIPTION:
45C ===================
46C
47C NAME DESCRIPTION
48C
49C============================================================================
50C M o d u l e s
51C-----------------------------------------------
52 USE message_mod
53 USE submodel_mod
54C-----------------------------------------------
55C I m p l i c i t T y p e s
56C-----------------------------------------------
57#include "implicit_f.inc"
58C-----------------------------------------------
59 CALL cpp_option_next()
60C--------------------------------------------------
61 RETURN
62C