Changeset 53273d in git
- Timestamp:
- Jun 19, 2012, 6:19:13 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- eca69d4cc744be10bc6ca1e28244971391756e97
- Parents:
- 617dbcd561feba2c98f750ce8bd841e28e8da4d4
- git-author:
- Martin Lee <martinlee84@web.de>2012-06-19 18:19:13+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-07-31 11:49:04+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facMul.cc
r617dbc r53273d 2435 2435 else 2436 2436 { 2437 bool zz_pEbak= zz_pE::initialized(); 2438 zz_pEBak bak; 2439 if (zz_pEbak) 2440 bak.save(); 2437 2441 zz_pX mipo= convertFacCF2NTLzzpX (M); 2438 2442 Variable y= Variable (2); … … 2442 2446 div (NTLA, NTLA, NTLB); 2443 2447 Q= convertNTLzz_pEX2CF (NTLA, x, y); 2448 if (zz_pEbak) 2449 bak.restore(); 2444 2450 } 2445 2451 }
Note: See TracChangeset
for help on using the changeset viewer.