[BACK]Return to ts_evaline.adb CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Polynomials

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Polynomials/ts_evaline.adb, Revision 1.1

1.1     ! maekawa     1: with text_io;                            use text_io;
        !             2: with Standard_Complex_Poly_Systems;      use Standard_Complex_Poly_Systems;
        !             3: with Standard_Complex_Poly_Systems_io;   use Standard_Complex_Poly_Systems_io;
        !             4: with Standard_Evaluator_Packages;
        !             5:
        !             6: procedure ts_evaline is
        !             7:
        !             8: -- DESCRIPTION :
        !             9: --   Test the creation of an inline evaluator.
        !            10:
        !            11:   lp : Link_to_Poly_Sys;
        !            12:
        !            13: begin
        !            14:   new_line;
        !            15:   put_line("Interactive testing of the creation of an inline evaluator.");
        !            16:   new_line;
        !            17:   get(lp);
        !            18:   new_line;
        !            19:   Standard_Evaluator_Packages.Create(lp.all);
        !            20: end ts_evaline;

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