We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91882fa commit 1a79128Copy full SHA for 1a79128
example/linalg/example_norm.f90
@@ -33,7 +33,7 @@ program example_norm
33
print *, 'minval(||a(:,i)||) = ',norm(a, '-inf', dim=1) ! 1.00000000 0.00000000 3.00000000
34
35
! Catch Error:
36
- ! [norm] returned Value Error: dimension 4 is out of rank for shape(a)= [3 3]
+ ! [norm] returned Value Error: dimension 4 is out of rank for shape(a)= [3, 3]
37
print *, 'invalid: ',norm(a,'inf', dim=4, err=err)
38
print *, 'error = ',err%print()
39
0 commit comments