Return to matrix_homotopies_io.ads CVS log | Up to [local] / OpenXM_contrib / PHC / Ada / Schubert |
1.1 ! maekawa 1: with text_io; use text_io; ! 2: ! 3: package Matrix_Homotopies_io is ! 4: ! 5: -- DESCRIPTION : ! 6: -- Provides a simple output routine for writing the matrix homotopies. ! 7: ! 8: procedure Write; ! 9: procedure Write ( file : in file_type ); ! 10: ! 11: end Matrix_Homotopies_io;