Changeset 6cce775 in git
- Timestamp:
- Dec 5, 2013, 10:54:34 AM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 45cc51208cc1a51b7dc57d423a1031cd515be1c2
- Parents:
- 843b28b90e7bb33ae285dcdd56c7dc85a67490f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r843b28 r6cce775 5196 5196 if (mpz_cmp_ui(modBase,0)==0) 5197 5197 { 5198 WerrorS("modulus must not be 0 ");5198 WerrorS("modulus must not be 0 or parameter not allowed"); 5199 5199 goto rInitError; 5200 5200 } … … 5211 5211 if (mpz_cmp_ui(modBase,0)==0) 5212 5212 { 5213 WerrorS("modulus must not be 0 ");5213 WerrorS("modulus must not be 0 or parameter not allowed"); 5214 5214 goto rInitError; 5215 5215 }
Note: See TracChangeset
for help on using the changeset viewer.