Go To Top Go Up Go Back Go Forward

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:

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)

Go To Top Go Up Go Back Go Forward
Copyright © Multipath Corporation