Skip to content

Commit e9814be

Browse files
committed
update error message
1 parent 39b97bb commit e9814be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/stdlib_math_diff.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ contains
9797
case (2)
9898
allocate(y(size(x, 1), 0))
9999
case default
100-
error stop "diff_2: invalid dimension (dim_ must be 1 or 2)"
100+
error stop "diff_2: internal error: invalid dimension (dim_ must be 1 or 2)"
101101
end select
102102
return
103103
end if

0 commit comments

Comments
 (0)