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 b599c1a commit 313e5e6Copy full SHA for 313e5e6
src/assert/intrinsic_array_s.F90
@@ -20,7 +20,7 @@
20
type is(double precision)
21
allocate(intrinsic_array%double_precision_1D, source = array)
22
class default
23
- error stop "intrinsic_array_t construct: unsupported rank-2 type"
+ error stop "intrinsic_array_t construct: unsupported rank-1 type"
24
end select
25
rank(2)
26
select type(array)
0 commit comments