CalculiX
2.13
A Free Software Three-Dimensional Structural Finite Element Program
Functions/Subroutines
modf.f File Reference
Go to the source code of this file.
Functions/Subroutines
integer function
modf
(m, ix)
Function/Subroutine Documentation
◆
modf()
integer function modf
(
integer
m
,
integer
ix
)
20
!
21
implicit none
22
!
23
integer
ix,m,ia
24
!
25
ia=0
26
if
(ix.le.0)ia=m
27
modf
=ix+ia-(int((ix+ia-1)/m))*m
28
if
(
modf
.lt.1)
modf
=
modf
+m
29
!
30
return
modf
integer function modf(m, ix)
Definition:
modf.f:20
Hosted by
OpenAircraft.com
, (Michigan UAV, LLC)