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

Go to the source code of this file.

Functions/Subroutines

subroutine w_fsph ()

Function/Subroutine Documentation

◆ w_fsph()

subroutine w_fsph

Definition at line 30 of file w_fsph.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C C o m m o n B l o c k s
37C-----------------------------------------------
38#include "com01_c.inc"
39C-----------------------------------------------
40C L o c a l V a r i a b l e s
41C-----------------------------------------------
42 INTEGER I, PSPH(NSPMD)
43C
44 DO i = 1, nspmd
45 psph(i) = 0
46 END DO
47C PSPHR
48 CALL write_i_c(psph,nspmd)
49C PSPHS
50 CALL write_i_c(psph,nspmd)
51C
52 RETURN
void write_i_c(int *w, int *len)