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

Go to the source code of this file.

Functions/Subroutines

subroutine dsphcnt (nesph, nnsph, nesphg, nnsphg)

Function/Subroutine Documentation

◆ dsphcnt()

subroutine dsphcnt ( integer nesph,
integer nnsph,
integer nesphg,
integer nnsphg )

Definition at line 28 of file dsphcnt.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 "sphcom.inc"
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER NESPH, NNSPH, NESPHG, NNSPHG
41C-----------------------------------------------
42C L o c a l V a r i a b l e s
43C-----------------------------------------------
44 IF (numsph+maxpjet==0) GOTO 100
45C-----------------------------------------------
46C
47 nesph = nesph + numsph+maxpjet
48 nnsph = nnsph + 4*(numsph+maxpjet)
49C
50 nesphg = nesph
51 nnsphg = nnsph
52C-----------------------------------------------
53 100 CONTINUE
54 RETURN