OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
anicon0.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 anicon0 (cont, n)

Function/Subroutine Documentation

◆ anicon0()

subroutine anicon0 ( cont,
integer n )

Definition at line 28 of file anicon0.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
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,i) = zero
46 cont(2,i) = zero
47 cont(3,i) = zero
48 ENDDO
49#include "lockoff.inc"
50C-----------------------------------------------
51 RETURN
#define my_real
Definition cppsort.cpp:32