Skip to content

Commit 313e5e6

Browse files
committed
chore(intrinsic_array): fix typo in error message
1 parent b599c1a commit 313e5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assert/intrinsic_array_s.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
type is(double precision)
2121
allocate(intrinsic_array%double_precision_1D, source = array)
2222
class default
23-
error stop "intrinsic_array_t construct: unsupported rank-2 type"
23+
error stop "intrinsic_array_t construct: unsupported rank-1 type"
2424
end select
2525
rank(2)
2626
select type(array)

0 commit comments

Comments
 (0)