DVSRCO Type

Constructors

Constructor Description

DVSRCO(DVOD01, DVOD02)

Full Usage: DVSRCO(DVOD01, DVOD02)

Parameters:

DVOD01 : CommonBlock
DVOD02 : CommonBlock

DVSRCO()

Full Usage: DVSRCO()

Instance members

Instance member Description

this.Run

Full Usage: this.Run

Parameters:
    RSAV : byref<float[]> - = real array of length 49 or more.
    offset_rsav : int -
    ISAV : byref<int[]> - = integer array of length 41 or more.
    offset_isav : int -
    JOB : int - = flag indicating to save or restore the COMMON blocks: JOB = 1 if COMMON is to be saved (written to RSAV/ISAV). JOB = 2 if COMMON is to be restored (read from RSAV/ISAV). A call with JOB = 2 presumes a prior call with JOB = 1.

RSAV : byref<float[]>

= real array of length 49 or more.

offset_rsav : int

ISAV : byref<int[]>

= integer array of length 41 or more.

offset_isav : int

JOB : int

= flag indicating to save or restore the COMMON blocks: JOB = 1 if COMMON is to be saved (written to RSAV/ISAV). JOB = 2 if COMMON is to be restored (read from RSAV/ISAV). A call with JOB = 2 presumes a prior call with JOB = 1.