Changeset e174a1 in git


Ignore:
Timestamp:
Dec 4, 2000, 7:16:24 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ad29d387949f9568ab8b65da27cc1fba32a4e11a
Parents:
267fe2d8ede4325d7c53ba430914e6ceb3b10918
Message:
* hannes: removed pause in examples


git-svn-id: file:///usr/local/Singular/svn/trunk@4802 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/hnoether.lib

    r267fe2d re174a1  
    1 // $Id: hnoether.lib,v 1.22 2000-12-04 15:05:10 Singular Exp $
     1// $Id: hnoether.lib,v 1.23 2000-12-04 18:16:24 Singular Exp $
    22// last change:           27.04.00
    33///////////////////////////////////////////////////////////////////////////////
    44// This library is for Singular 1-3-7 or newer
    55
    6 version="$Id: hnoether.lib,v 1.22 2000-12-04 15:05:10 Singular Exp $";
     6version="$Id: hnoether.lib,v 1.23 2000-12-04 18:16:24 Singular Exp $";
    77info="
    88LIBRARY:  hnoether.lib   Procedures for the Hamburger-Noether (Puiseux) development
     
    899899  //    HNE, and normally does.)
    900900  hne[2];
    901   pause("Hit RETURN to continue:");
    902901  param(hne);
    903902  // returns the parametrization
     
    10441043 list hne_extended1=develop(f,6);
    10451044 list hne_extended2=develop(f,10);
    1046  pause("Hit RETURN to continue:");
    1047                                    //   compare the different matrices ...
     1045            //   compare the different matrices ...
    10481046 print(hne[1]);
    10491047 print(hne_extended1[1]);
    10501048 print(hne_extended2[1]);
    1051                                    // ... and the resulting parametrizations:
     1049            // ... and the resulting parametrizations:
    10521050 param(hne);
    10531051 param(hne_extended1);
     
    24142412{
    24152413  // -------- prepare for example ---------
    2416   if (nameof(basering)=="HNEring") {
     2414  if (nameof(basering)=="HNEring")
     2415  {
    24172416   def rettering=HNEring;
    24182417   kill HNEring;
     
    24282427  displayInvariants(hne);
    24292428  kill HNEring,r;
    2430   pause("Hit RETURN to continue:");
    24312429  // ----------------- a more interesting example: --------------------
    24322430  ring r = 32003,(x,y),dp;
Note: See TracChangeset for help on using the changeset viewer.