FMSIGT
FMSRGT
FMSCGT
PURPOSE: Obtain the value of FMS
Parameters
To provide an way to obtain the value of FMS
Parameters.
SYNOPSIS
CALL FMSIGT (NAME, VALUE)
CALL FMSRGT (NAME, VALUE)
CALL FMSCGT (NAME, VALUE)
INPUT PARAMETERS:
OUTPUT PARAMETERS:
- VALUE = Integer (FMSIGT)
VALUE = Real (FMSRGT)
VALUE = Character String (FMSCGT)
Contains the value currently assign to the
FMS Parameter.
DESCRIPTION:
The FMSIGT, FMSRGT, and FMSCGT subroutines obtain the value
of integer, real, and character FMS
Parameters, respectively. They can be called at any point in
your program after
FMSINI.
If the specified name is not valid, a warning message is
written to file
LUERR and no value is
returned.
Examples
As an example, to obtain the number of pivot sign changes
found during factoring, your program would contain the
following statement:
CALL FMSIGT ('NUMSCG', NUMSCG)
Copyright © Multipath Corporation