Changeset 93fdae in git for Singular/attrib.cc
- Timestamp:
- Mar 9, 2011, 4:47:56 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 722f4db47775ad444c23b5e972774c82b241e22a
- Parents:
- ca0d0431a9821ddf3d201e69e1baeaff1bb7a0e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/attrib.cc
rca0d043 r93fdae 334 334 at=IDATTR((idhdl)v->data); 335 335 else 336 at=v->attribute->get(name); 336 at=v->attribute; 337 at=at->get(name); 337 338 if (at!=NULL) 338 339 {
Note: See TracChangeset
for help on using the changeset viewer.