Changeset 71df1a in git
- Timestamp:
- May 8, 2006, 5:37:15 PM (17 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 54b460b5e3bb8b89e445c43cbe3540f147ea8d84
- Parents:
- af1bbd7f9a15b44a6c9b3c91785ae9f93f7cb750
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/attrib.cc
raf1bbd7 r71df1a 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: attrib.cc,v 1.2 4 2005-07-27 15:47:52Singular Exp $ */4 /* $Id: attrib.cc,v 1.25 2006-05-08 15:37:15 Singular Exp $ */ 5 5 6 6 /* … … 143 143 void * atGet(leftv root,char * name) 144 144 { 145 attr temp = root->attribute->get(name); 145 attr temp; 146 if (e==NULL) 147 temp = root->attribute->get(name); 148 else 149 temp = (root->LData())->attribute->get(name); 146 150 if ((temp==NULL) && (root->rtyp==IDHDL)) 147 151 {
Note: See TracChangeset
for help on using the changeset viewer.