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

Go to the source code of this file.

Functions/Subroutines

subroutine norcut (vn, lastn)

Function/Subroutine Documentation

◆ norcut()

subroutine norcut ( vn,
integer, dimension(*) lastn )

Definition at line 30 of file norcut.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35#include "scrcut_c.inc"
36C-----------------------------------------------
37C D u m m y A r g u m e n t s
38C-----------------------------------------------
40 . vn(7,*)
42 . s3000
43 INTEGER IC,I,INORM(3),IFT,ILT,LASTN(*)
44C-----------------------------------------------
45C C o m m o n B l o c k s
46C-----------------------------------------------
47 s3000 = three1000
48C
49 DO 100 ic=1,ncuts
50 ilt=lastn(ic)
51 IF(ic==1)THEN
52 ift=1
53 ELSE
54 ift=lastn(ic-1)+1
55 ENDIF
56 DO 100 i=ift,ilt
57 inorm(1) = vn(4,ic) * s3000
58 inorm(2) = vn(5,ic) * s3000
59 inorm(3) = vn(6,ic) * s3000
60 CALL write_s_c(inorm,3)
61 100 CONTINUE
62C-----------------------------------------------
63 RETURN
#define my_real
Definition cppsort.cpp:32
void write_s_c(int *w, int *len)