OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
anicon2.F File Reference
#include "implicit_f.inc"
#include "comlock.inc"
#include "lockon.inc"
#include "lockoff.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine anicon2 (cont, n, indexc)

Function/Subroutine Documentation

◆ anicon2()

subroutine anicon2 ( cont,
integer n,
integer, dimension(*) indexc )

Definition at line 28 of file anicon2.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33#include "comlock.inc"
34C-----------------------------------------------
35C D u m m y A r g u m e n t s
36C-----------------------------------------------
37 my_real cont(3,*)
38 INTEGER N,INDEXC(*)
39 INTEGER I
40C-----------------------------------------------
41C S o u r c e L i n e s
42C-----------------------------------------------
43#include "lockon.inc"
44 DO i = 1,n
45 cont(1,indexc(i)) = zero
46 cont(2,indexc(i)) = zero
47 cont(3,indexc(i)) = zero
48 ENDDO
49#include "lockoff.inc"
50C-----------------------------------------------
51 RETURN
#define my_real
Definition cppsort.cpp:32