#include "implicit_f.inc"
#include "scrcut_c.inc"
Go to the source code of this file.
◆ norcut()
| subroutine norcut |
( |
| vn, |
|
|
integer, dimension(*) | lastn ) |
Definition at line 30 of file norcut.F.
31
32
33
34#include "implicit_f.inc"
35#include "scrcut_c.inc"
36
37
38
40 . vn(7,*)
42 . s3000
43 INTEGER IC,I,INORM(3),IFT,ILT,LASTN(*)
44
45
46
47 s3000 = three1000
48
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
61 100 CONTINUE
62
63 RETURN
void write_s_c(int *w, int *len)