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

Go to the source code of this file.

Functions/Subroutines

subroutine xyzcut (x, nodcut)

Function/Subroutine Documentation

◆ xyzcut()

subroutine xyzcut ( x,
integer nodcut )

Definition at line 30 of file xyzcut.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C D u m m y A r g u m e n t s
37C-----------------------------------------------
39 . x(3,*)
40 REAL R4
41 INTEGER I,NODCUT
42C-----------------------------------------------
43 DO 100 i=1,nodcut
44 r4 = x(1,i)
45 CALL write_r_c(r4,1)
46 r4 = x(2,i)
47 CALL write_r_c(r4,1)
48 r4 = x(3,i)
49 CALL write_r_c(r4,1)
50 100 CONTINUE
51C-----------------------------------------------
52 RETURN
#define my_real
Definition cppsort.cpp:32
void write_r_c(float *w, int *len)