The STATEV that get stored at the end of the iteration are getting carried forward. But after rotating by DROT, I printed to see the value of STATEV. They become zero after rotation. I have used the following command for rotation.
CALL ROTSIG(STATEV( 1), DROT, STATEV(1), 2, NDI, NSHR)
I have rotated the STATEV variable array and stored it back at the same place.
My doubt
After rotation is it right that the STATEV become zero?
Is the syntax that I have used above correct?
I have also attached my UMAT file.