Changeset d20e96 in git
- Timestamp:
- Apr 2, 2019, 1:29:43 PM (4 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- d389e9c18b7e7012d070921b40652668193eca24
- Parents:
- f2749caea51700fb0ba2c2635aeaf6111f86387a
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rf2749c rd20e96 5381 5381 { 5382 5382 char *plib = iiConvName(s); 5383 idhdl pl = IDROOT->get (plib,0);5383 idhdl pl = IDROOT->get_level(plib,0); 5384 5384 if (pl==NULL) 5385 5385 { -
Singular/misc_ip.cc
rf2749c rd20e96 454 454 ss--; 455 455 } 456 idhdl h=IDROOT->get (s,myynest);456 idhdl h=IDROOT->get_level(s,0); 457 457 if ((h!=NULL) && (IDTYP(h)==PROC_CMD)) 458 458 {
Note: See TracChangeset
for help on using the changeset viewer.