[BACK]Return to continuation_parameters_io.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Continuation

Annotation of OpenXM_contrib/PHC/Ada/Continuation/continuation_parameters_io.ads, Revision 1.1

1.1     ! maekawa     1: with text_io;                            use text_io;
        !             2:
        !             3: package Continuation_Parameters_io is
        !             4:
        !             5: -- DESCRIPTION :
        !             6: --   This package provides the primitives for a user interface to determine
        !             7: --   the numerical parameters in the polynomial continuation.
        !             8:
        !             9:   procedure put;
        !            10:   procedure put ( file : in file_type );
        !            11:
        !            12:   -- DESCRIPTION :
        !            13:   --   Produces an overview of all values of the continuation parameters.
        !            14:
        !            15:   procedure get ( k : out natural );
        !            16:
        !            17:   -- DESCRIPTION :
        !            18:   --   Prompts for a number k of a continuation parameter to change.
        !            19:   --   If k < 34, then the corresponding parameter will be changed.
        !            20:
        !            21: end Continuation_Parameters_io;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>