61 CHARACTER(CHRLEN) :: RCSIdentString = &
62 '$RCSfile: RFLO_ModVectorTensor.F90,v $ $Revision: 1.3 $'
89 REAL(RFREAL) :: s1(:), s2(:), s3(:)
98 s3(xcoord) = s1(ycoord)*s2(zcoord)-s1(zcoord)*s2(ycoord)
99 s3(ycoord) = s1(zcoord)*s2(xcoord)-s1(xcoord)*s2(zcoord)
100 s3(zcoord) = s1(xcoord)*s2(ycoord)-s1(ycoord)*s2(xcoord)
101 smag =
sqrt( s3(xcoord)**2+s3(ycoord)**2+s3(zcoord)**2 )
subroutine, public rflo_normcrossprod(s1, s2, s3)