Skip to content

Commit af8ee0b

Browse files
committed
Regenerate with latest SWIG-Fortran
- Fix whitespace - Fix unused variable warning - Fix delete operator
1 parent 4ae2862 commit af8ee0b

File tree

4 files changed

+86
-86
lines changed

4 files changed

+86
-86
lines changed

src/generated/flc.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function swigc_flibcpp_version_get() &
4747
contains
4848
! MODULE SUBPROGRAMS
4949

50-
subroutine SWIGTM_fout_const_SS_char_Sm_ (imout, fout)
50+
subroutine SWIGTM_fout_const_SS_char_Sm_(imout, fout)
5151
use, intrinsic :: ISO_C_BINDING
5252
type(SwigArrayWrapper), intent(in) :: imout
5353
character(kind=C_CHAR, len=:), allocatable, intent(out) :: fout
@@ -67,7 +67,7 @@ function get_flibcpp_version() &
6767
type(SwigArrayWrapper) :: fresult
6868

6969
fresult = swigc_flibcpp_version_get()
70-
call SWIGTM_fout_const_SS_char_Sm_ (fresult, swig_result)
70+
call SWIGTM_fout_const_SS_char_Sm_(fresult, swig_result)
7171
if (.false.) call SWIG_free(fresult%data)
7272
end function
7373

0 commit comments

Comments
 (0)