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

Go to the source code of this file.

Functions/Subroutines

subroutine echang (i, j, tab)

Function/Subroutine Documentation

◆ echang()

subroutine echang ( integer i,
integer j,
tab )

Definition at line 30 of file echang.F.

31C
32C SWITCH I and J in TAB
33C
34C-----------------------------------------------
35C I m p l i c i t T y p e s
36C-----------------------------------------------
37#include "implicit_f.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER I, J
42C REAL
44 . tab(*)
45C-----------------------------------------------
46C L o c a l V a r i a b l e s
47C-----------------------------------------------
48C REAL
50 . tempo
51 tempo=tab(i)
52 tab(i)=tab(j)
53 tab(j)=tempo
54 RETURN
#define my_real
Definition cppsort.cpp:32