more consistency

This commit is contained in:
Radovan Bast
2015-08-07 16:47:50 +02:00
parent 5987f3713d
commit 1bf3d3e355
10 changed files with 27 additions and 21 deletions

View File

@ -37,9 +37,9 @@ program example
deallocate(c)
if (test_ok) then
print *, 'dgemm test ok'
print *, 'PASSED'
else
print *, 'dgemm test failed'
print *, 'FAILED'
end if
end program