COSMOS v7.655  COSMOSv7655
(AirShowerMC)
cscalerProd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine cscalerprod (a, b, c)
 

Function/Subroutine Documentation

◆ cscalerprod()

subroutine cscalerprod ( type(coord a,
type(coord b,
real*8  c 
)

Definition at line 4 of file cscalerProd.f.

References i.

Referenced by cifdead(), cifxhorizon(), cifxperpen(), cmagneticdef(), cmoveptcl1(), cresetposang(), and ctrackingall().

4 
5 #include "Zcoord.h"
6  type(coord)::a
7  type(coord)::b
8  real*8 c
9 ! c = a . b
10  c = 0.
11  do i = 1, 3
12  c = c + a%r(i) * b%r(i)
13  enddo
nodes i
real(4), save a
Definition: cNRLAtmos.f:20
real(4), save b
Definition: cNRLAtmos.f:21
Definition: Zcoord.h:43
dE dx *! Nuc Int sampling table c
Definition: cblkMuInt.h:130
Here is the caller graph for this function: