aim of the calculation clearer

don't know if brackets are honored here
This commit is contained in:
Martin Diehl 2019-09-23 09:31:14 -07:00
parent da041f43bc
commit ffcb7a0a24
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ subroutine unitTest
r = r/minval(r)
if(.not. all(dEq(r,r+PREAL_EPSILON))) call quit(9000)
if(dEq(r(1),r(2)) .and. dNeq(r(1),r(2))) call quit(9000)
if(.not. all(dEq0(r-r+PREAL_MIN))) call quit(9000)
if(.not. all(dEq0(r-(r+PREAL_MIN)))) call quit(9000)
realloc_lhs_test = [1,2]
if (any(realloc_lhs_test/=[1,2])) call quit(9000)