Skip to content

Commit 2f4ce95

Browse files
committed
Result Integer 0D
1 parent 89a8c79 commit 2f4ce95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/example_fgen_basic/result/result_int.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module m_result_int
1515
!!
1616
!! Holds either an integer value or an error.
1717

18-
integer, allocatable :: data_v
18+
integer, allocatable :: data_vvvvv
1919
!! Data i.e. the result (if no error occurs)
2020

2121
! class(ErrorV), allocatable :: error_v

0 commit comments

Comments
 (0)