dimension STRESSA(nblock,6),STRESSB(nblock,6),DVSB(nblock,6)
integer i
C
CHARACTER*80 cmname
error #6410: This name has not been declared as an array or a function. [U] U(J,K) = 1.0d0
DO J = 1,3
DO K = 1,3
IF (J==K) THEN
U(J,K) = 1.0d0
ELSE
U(J,K) = 0.0D0
END IF
END DO
END DO
error #6351: The number of subscripts is incorrect.
BBNEW(1,1) = U(1,1) + dt*AA*(LAMADA-1+EE)**CC*MS*2*S(1,1)
error #6410: This name has not been declared as an array or a function [BENEW]
BENEW(3,3) =error #6366: The shapes of the array expressions do not conform. [STRESSBE]
stressBE(i,1) = tt2 * S*(BENEW(1,1) -t1) + t3 B(3,3)-BBNEW(3,3)