Changeset 54b460 in git for Singular/attrib.cc
- Timestamp:
- May 8, 2006, 5:38:43 PM (17 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- b4ab6fbc04ef9aeef95a3b0e1f048490cf8649d4
- Parents:
- 71df1a733573e6e6ed4fa39b1aa70ca67b4e2945
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/attrib.cc
r71df1a r54b460 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: attrib.cc,v 1.2 5 2006-05-08 15:37:15Singular Exp $ */4 /* $Id: attrib.cc,v 1.26 2006-05-08 15:38:43 Singular Exp $ */ 5 5 6 6 /* … … 144 144 { 145 145 attr temp; 146 if ( e==NULL)146 if (root->e==NULL) 147 147 temp = root->attribute->get(name); 148 148 else
Note: See TracChangeset
for help on using the changeset viewer.