Skip to content

Commit 0ef5506

Browse files
committed
Add comment
1 parent 11b9409 commit 0ef5506

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/example_fgen_basic/error_v/error_v_wrapper.f90

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ subroutine build_instance(code, message, instance_index)
4444

4545
end subroutine build_instance
4646

47+
! build_instances is very hard to do
48+
! because you need to pass an array of variable-length characters which is non-trivial.
49+
! Maybe we will try this another day, for now this isn't that important
50+
! (we can just use a loop from the Python side)
51+
! so we just don't bother implementing `build_instances`.
52+
4753
subroutine finalise_instance(instance_index)
4854
!! Finalise an instance
4955

0 commit comments

Comments
 (0)