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 fe121d4 commit a91d594Copy full SHA for a91d594
src/tests/jf_test_10.f90
@@ -50,7 +50,7 @@ module jf_test_10_mod
50
implicit none
51
52
character(len=*),parameter :: filename = 'test1.json'
53
- character(len=*),parameter :: dir = '../files/' !working directory
+ character(len=*),parameter :: dir = '../files/inputs/' !working directory
54
55
contains
56
@@ -337,8 +337,8 @@ subroutine test_10(error_cnt)
337
!--------------------------------
338
339
!cleanup:
340
- call f%destroy()
341
- call f2%destroy()
+ !call f%destroy() !WARNING: causing "pointer being freed was not allocated" errors.... need to investigate
+ !call f2%destroy()
342
343
end subroutine test_10
344
0 commit comments