Changeset 2d4638 in git for Singular/iparith.cc
- Timestamp:
- Mar 9, 1999, 3:13:57 PM (25 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- b19380134f922cde04d5eaaa0618c77039c732cf
- Parents:
- d78e6e2c82ab8bd96284f77386c71eff6908b71a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rd78e6e r2d4638 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.13 1 1999-03-09 12:26:20 obachmanExp $ */4 /* $Id: iparith.cc,v 1.132 1999-03-09 14:13:41 Singular Exp $ */ 5 5 6 6 /* … … 1335 1335 //Print("try to map %s with %s\n",$3.Name(),$1.Name()); 1336 1336 leftv sl=NULL; 1337 if ( v->e==NULL)1337 if ((v->e==NULL)&&(v->name!=NULL)) 1338 1338 { 1339 1339 map m=(map)u->Data(); 1340 1340 sl=iiMap(m,v->name); 1341 1341 } 1342 //else1343 //{1344 // WerrorS("map_id(<name>) expected");1345 //}1342 else 1343 { 1344 Werror("%s(<name>) expected",u->Nmae()); 1345 } 1346 1346 if (sl==NULL) return TRUE; 1347 1347 memcpy(res,sl,sizeof(sleftv));
Note: See TracChangeset
for help on using the changeset viewer.