Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
icrc
Interface
9 statements
Source File
special_fun_modules.f90
nr
icrc
Contents
None
interface
public function icrc(crc, buf, jinit, jrev)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I2B),
intent(in)
::
crc
character(len=1),
intent(in),
DIMENSION(:)
::
buf
integer(kind=I2B),
intent(in)
::
jinit
integer(kind=I4B),
intent(in)
::
jrev
Return Value
integer(kind=I2B)