Fix typo in subroutine check
From-SVN: r26384
This commit is contained in:
parent
29bf433b85
commit
d4ecc3778c
@ -308,6 +308,6 @@
|
||||
complex expect, got
|
||||
|
||||
if (aimag(expect) .ne. aimag(got)) call abort
|
||||
if (real(expect) .ne. real(expect)) call abort
|
||||
if (real(expect) .ne. real(got)) call abort
|
||||
|
||||
end
|
||||
|
@ -308,6 +308,6 @@
|
||||
double complex expect, got
|
||||
|
||||
if (dimag(expect) .ne. dimag(got)) call abort
|
||||
if (dble(expect) .ne. dble(expect)) call abort
|
||||
if (dble(expect) .ne. dble(got)) call abort
|
||||
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user