Changeset a59d60 in git
- Timestamp:
- Jun 8, 1999, 1:15:58 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 19fa535d96a6eb15ab729d392b489f69f9017f9a
- Parents:
- 559d1ee5651bb2aab60891dce7d68b2348256ca7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/normal.lib
r559d1e ra59d60 6 6 /////////////////////////////////////////////////////////////////////////////// 7 7 8 version="$Id: normal.lib,v 1.1 3 1999-06-07 17:01:26 greuelExp $";8 version="$Id: normal.lib,v 1.14 1999-06-08 11:15:58 Singular Exp $"; 9 9 info=" 10 10 LIBRARY: normal.lib PROCEDURES FOR NORMALIZATION … … 960 960 export normap; 961 961 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) 964 965 setring BAS; 965 966 return(result);
Note: See TracChangeset
for help on using the changeset viewer.