Changeset a59d60 in git


Ignore:
Timestamp:
Jun 8, 1999, 1:15:58 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
19fa535d96a6eb15ab729d392b489f69f9017f9a
Parents:
559d1ee5651bb2aab60891dce7d68b2348256ca7
Message:
*hannes: fixed normal.lib


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r559d1e ra59d60  
    66///////////////////////////////////////////////////////////////////////////////
    77
    8 version="$Id: normal.lib,v 1.13 1999-06-07 17:01:26 greuel Exp $";
     8version="$Id: normal.lib,v 1.14 1999-06-08 11:15:58 Singular Exp $";
    99info="
    1010LIBRARY: normal.lib     PROCEDURES FOR NORMALIZATION
     
    960960         export normap;
    961961         result=newR7;
    962      def R = nor[1]; setring R;     //make the 1-st ring the basering
    963      norid; normap;                 //data of the normalization)
     962         // the following 2 lines don't work : nor is not defined
     963         //def R = nor[1]; setring R;     //make the 1-st ring the basering
     964         //norid; normap;                 //data of the normalization)
    964965         setring BAS;
    965966         return(result);
Note: See TracChangeset for help on using the changeset viewer.