Changeset 6ff007 in git for Singular/ipshell.cc
- Timestamp:
- Feb 11, 2004, 12:33:04 PM (20 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 5fde970cffef11bfb4ea1b5ce3b0972706a17b4e
- Parents:
- a162eea64a2978d3d89af949015de1b0dc5d3b73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
ra162eea r6ff007 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.8 3 2003-12-16 18:37:05 SingularExp $ */4 /* $Id: ipshell.cc,v 1.84 2004-02-11 11:33:04 bricken Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 3314 3314 return TRUE; 3315 3315 } 3316 if ( m != (int)pow((double)tdg+1,( int)n) )3316 if ( m != (int)pow((double)tdg+1,(double)n) ) 3317 3317 { 3318 3318 Werror("Size of second input ideal must be equal to %d!", 3319 (int)pow((double)tdg+1,( int)n));3319 (int)pow((double)tdg+1,(double)n)); 3320 3320 return TRUE; 3321 3321 }
Note: See TracChangeset
for help on using the changeset viewer.