I was wondering, which of the following code snippets would usually perform faster.
First avoiding IF statements within the loop, at the cost of a few additional arithmetic operations:
DO k = 2,n-2
DO i = 2,l-2
vvb = sign(0.5,v(i,2,k))
zwil1(i,1,k) =...