28 SUBROUTINE accel1(A,FF,A2,A1,A0,AS,VS,SKEW)
32#include "implicit_f.inc"
41 my_real a(3),a0(3,2),a1(3,2),a2(3,2),as(3),vs(3),skew(lskew),ff
46 my_real pi1,pi8,pi38,spi8,spi38,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,x1,x2,x3,y1,y2,y3,z1,z2,z3,d,dd,d2,dp,e,g,f
48 as(1) = a(1)*skew(1) + a(2)*skew(2) + a(3)*skew(3)
49 as(2) = a(1)*skew(4) + a(2)*skew(5) + a(3)*skew(6)
50 as(3) = a(1)*skew(7) + a(2)*skew(8) + a(3)*skew(9)
51 vs(1) = vs(1)+as(1)*dt12
52 vs(2) = vs(2)+as(2)*dt12
53 vs(3) = vs(3)+as(3)*dt12
60 pi1 = two*atan2(one,zero)
99 y3 = c0 * x3 + c1 * x2 + c2 * x1 + c3 * y2 + c4 * y1
102 z3 = c5 * y3 + c6 * y2 + c7 * y1 + c8 * z2 + c9 * z1
112 as(1) = a2(1,1)*skew(1) + a2(2,1)*skew(2) + a2(3,1)*skew(3)
113 as(2) = a2(1,1)*skew(4) + a2(2,1)*skew(5) + a2(3,1)*skew(6)
114 as(3) = a2(1,1)*skew(7) + a2(2,1)*skew(8) + a2(3,1)*skew(9)
subroutine accel1(a, ff, a2, a1, a0, as, vs, skew)