11! This file was automatically generated by SWIG (http://www.swig.org).
2- ! Version 4.0.2 +fortran
2+ ! Version 4.1.0 +fortran
33!
44! Do not make changes to this file unless you know what you are doing--modify
55! the SWIG interface file instead.
@@ -110,7 +110,7 @@ function swigc_MapIntInt_size(farg1) &
110110use , intrinsic :: ISO_C_BINDING
111111import :: swigclasswrapper
112112type (SwigClassWrapper), intent (in ) :: farg1
113- integer (C_LONG ) :: fresult
113+ integer (C_SIZE_T ) :: fresult
114114end function
115115
116116subroutine swigc_MapIntInt_clear (farg1 ) &
@@ -127,7 +127,7 @@ function swigc_MapIntInt_erase(farg1, farg2) &
127127import :: swigclasswrapper
128128type (SwigClassWrapper), intent (in ) :: farg1
129129integer (C_INT), intent (in ) :: farg2
130- integer (C_LONG ) :: fresult
130+ integer (C_SIZE_T ) :: fresult
131131end function
132132
133133function swigc_MapIntInt_count (farg1 , farg2 ) &
@@ -137,7 +137,7 @@ function swigc_MapIntInt_count(farg1, farg2) &
137137import :: swigclasswrapper
138138type (SwigClassWrapper), intent (in ) :: farg1
139139integer (C_INT), intent (in ) :: farg2
140- integer (C_LONG ) :: fresult
140+ integer (C_SIZE_T ) :: fresult
141141end function
142142
143143function swigc_MapIntInt_insert (farg1 , farg2 , farg3 ) &
@@ -208,7 +208,7 @@ function swigc_MapStringInt_size(farg1) &
208208use , intrinsic :: ISO_C_BINDING
209209import :: swigclasswrapper
210210type (SwigClassWrapper), intent (in ) :: farg1
211- integer (C_LONG ) :: fresult
211+ integer (C_SIZE_T ) :: fresult
212212end function
213213
214214subroutine swigc_MapStringInt_clear (farg1 ) &
@@ -226,7 +226,7 @@ function swigc_MapStringInt_erase(farg1, farg2) &
226226import :: swigarraywrapper
227227type (SwigClassWrapper), intent (in ) :: farg1
228228type (SwigArrayWrapper) :: farg2
229- integer (C_LONG ) :: fresult
229+ integer (C_SIZE_T ) :: fresult
230230end function
231231
232232function swigc_MapStringInt_count (farg1 , farg2 ) &
@@ -237,7 +237,7 @@ function swigc_MapStringInt_count(farg1, farg2) &
237237import :: swigarraywrapper
238238type (SwigClassWrapper), intent (in ) :: farg1
239239type (SwigArrayWrapper) :: farg2
240- integer (C_LONG ) :: fresult
240+ integer (C_SIZE_T ) :: fresult
241241end function
242242
243243function swigc_MapStringInt_insert (farg1 , farg2 , farg3 ) &
@@ -311,7 +311,7 @@ function swigc_MapStringString_size(farg1) &
311311use , intrinsic :: ISO_C_BINDING
312312import :: swigclasswrapper
313313type (SwigClassWrapper), intent (in ) :: farg1
314- integer (C_LONG ) :: fresult
314+ integer (C_SIZE_T ) :: fresult
315315end function
316316
317317subroutine swigc_MapStringString_clear (farg1 ) &
@@ -329,7 +329,7 @@ function swigc_MapStringString_erase(farg1, farg2) &
329329import :: swigarraywrapper
330330type (SwigClassWrapper), intent (in ) :: farg1
331331type (SwigArrayWrapper) :: farg2
332- integer (C_LONG ) :: fresult
332+ integer (C_SIZE_T ) :: fresult
333333end function
334334
335335function swigc_MapStringString_count (farg1 , farg2 ) &
@@ -340,7 +340,7 @@ function swigc_MapStringString_count(farg1, farg2) &
340340import :: swigarraywrapper
341341type (SwigClassWrapper), intent (in ) :: farg1
342342type (SwigArrayWrapper) :: farg2
343- integer (C_LONG ) :: fresult
343+ integer (C_SIZE_T ) :: fresult
344344end function
345345
346346function swigc_MapStringString_insert (farg1 , farg2 , farg3 ) &
@@ -437,7 +437,7 @@ function swigf_MapIntInt_size(self) &
437437use , intrinsic :: ISO_C_BINDING
438438integer :: swig_result
439439class(MapIntInt), intent (in ) :: self
440- integer (C_LONG ) :: fresult
440+ integer (C_SIZE_T ) :: fresult
441441type (SwigClassWrapper) :: farg1
442442
443443farg1 = self% swigdata
@@ -459,7 +459,7 @@ subroutine swigf_MapIntInt_erase(self, x, swig_result)
459459class(MapIntInt), intent (in ) :: self
460460integer (C_INT), intent (in ) :: x
461461integer , intent (out ), optional :: swig_result
462- integer (C_LONG ) :: fresult
462+ integer (C_SIZE_T ) :: fresult
463463type (SwigClassWrapper) :: farg1
464464integer (C_INT) :: farg2
465465
@@ -478,7 +478,7 @@ function swigf_MapIntInt_count(self, x) &
478478integer :: swig_result
479479class(MapIntInt), intent (in ) :: self
480480integer (C_INT), intent (in ) :: x
481- integer (C_LONG ) :: fresult
481+ integer (C_SIZE_T ) :: fresult
482482type (SwigClassWrapper) :: farg1
483483integer (C_INT) :: farg2
484484
@@ -595,7 +595,7 @@ function swigf_MapStringInt_size(self) &
595595use , intrinsic :: ISO_C_BINDING
596596integer :: swig_result
597597class(MapStringInt), intent (in ) :: self
598- integer (C_LONG ) :: fresult
598+ integer (C_SIZE_T ) :: fresult
599599type (SwigClassWrapper) :: farg1
600600
601601farg1 = self% swigdata
@@ -635,7 +635,7 @@ subroutine swigf_MapStringInt_erase(self, x, swig_result)
635635class(MapStringInt), intent (in ) :: self
636636character (len=* ), target :: x
637637integer , intent (out ), optional :: swig_result
638- integer (C_LONG ) :: fresult
638+ integer (C_SIZE_T ) :: fresult
639639type (SwigClassWrapper) :: farg1
640640character (kind= C_CHAR), dimension (:), allocatable , target :: farg2_temp
641641type (SwigArrayWrapper) :: farg2
@@ -655,7 +655,7 @@ function swigf_MapStringInt_count(self, x) &
655655integer :: swig_result
656656class(MapStringInt), intent (in ) :: self
657657character (len=* ), target :: x
658- integer (C_LONG ) :: fresult
658+ integer (C_SIZE_T ) :: fresult
659659type (SwigClassWrapper) :: farg1
660660character (kind= C_CHAR), dimension (:), allocatable , target :: farg2_temp
661661type (SwigArrayWrapper) :: farg2
@@ -776,7 +776,7 @@ function swigf_MapStringString_size(self) &
776776use , intrinsic :: ISO_C_BINDING
777777integer :: swig_result
778778class(MapStringString), intent (in ) :: self
779- integer (C_LONG ) :: fresult
779+ integer (C_SIZE_T ) :: fresult
780780type (SwigClassWrapper) :: farg1
781781
782782farg1 = self% swigdata
@@ -798,7 +798,7 @@ subroutine swigf_MapStringString_erase(self, x, swig_result)
798798class(MapStringString), intent (in ) :: self
799799character (len=* ), target :: x
800800integer , intent (out ), optional :: swig_result
801- integer (C_LONG ) :: fresult
801+ integer (C_SIZE_T ) :: fresult
802802type (SwigClassWrapper) :: farg1
803803character (kind= C_CHAR), dimension (:), allocatable , target :: farg2_temp
804804type (SwigArrayWrapper) :: farg2
@@ -818,7 +818,7 @@ function swigf_MapStringString_count(self, x) &
818818integer :: swig_result
819819class(MapStringString), intent (in ) :: self
820820character (len=* ), target :: x
821- integer (C_LONG ) :: fresult
821+ integer (C_SIZE_T ) :: fresult
822822type (SwigClassWrapper) :: farg1
823823character (kind= C_CHAR), dimension (:), allocatable , target :: farg2_temp
824824type (SwigArrayWrapper) :: farg2
0 commit comments