#include "implicit_f.inc"
Go to the source code of this file.
|
| subroutine | triins (n, tab, n2) |
◆ triins()
| subroutine triins |
( |
integer | n, |
|
|
| tab, |
|
|
integer | n2 ) |
Definition at line 32 of file triins.F.
33
34
35
36#include "implicit_f.inc"
37
38
39
40 INTEGER N, N2
41
43 . tab(*)
44
45
46
47 INTEGER K, L
48
49
50
51 INTEGER ICOMPC
52
53
54
55 DO 10 k=2,n
56 l=k-1
57 150 IF(l>=1) THEN
58 IF(
icompc(l,l+1,tab)>0)
THEN
60 CALL echang(n2+l,n2+l+1,tab)
61 l=l-1
62 GO TO 150
63 ENDIF
64 ENDIF
65 10 CONTINUE
66 RETURN
subroutine echang(i, j, tab)
integer function icompc(i, j, tab)