Changeset 47a0ae in git
- Timestamp:
- Feb 23, 2007, 3:39:41 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 1298784c983047d4260168f76570a5bf957d044b
- Parents:
- 95692a4585e51835c9345c4556e2361edfa16182
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/sca.h
r95692a r47a0ae 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: sca.h,v 1. 8 2007-02-16 11:05:54motsak Exp $ */7 /* $Id: sca.h,v 1.9 2007-02-23 14:39:41 motsak Exp $ */ 8 8 9 9 #include <ring.h> … … 22 22 #endif 23 23 } 24 25 26 // we must always have this test! 27 inline ideal SCAQuotient(const ring r) 28 { 29 if( !rIsSCA(r) ) 30 return currQuotient; 31 32 // SCA! 33 #ifdef HAVE_PLURAL 34 return r->nc->SCAQuotient(); 35 #else 36 // for sainity 37 return NULL; 38 #endif 39 } 40 24 41 25 42 #ifdef HAVE_PLURAL
Note: See TracChangeset
for help on using the changeset viewer.