Changeset 811826 in git for Singular/ipshell.cc
- Timestamp:
- Mar 9, 1999, 1:28:50 PM (25 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- d78e6e2c82ab8bd96284f77386c71eff6908b71a
- Parents:
- 41442f095ba5a5301108857c89ac604ccfdcf0f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r41442f r811826 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.3 5 1999-03-08 18:11:46 SingularExp $ */4 /* $Id: ipshell.cc,v 1.36 1999-03-09 12:28:48 obachman Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 574 574 IDRING(r)->minpoly)) 575 575 { 576 Werror("map from characteristic %d to %d not implemented", 577 rChar(IDRING(r)),rChar()); 576 Werror("can not map from ground field of %s to current ground field", theMap->preimage); 578 577 return NULL; 579 578 }
Note: See TracChangeset
for help on using the changeset viewer.