Changeset f7851f in git for kernel/GBEngine/kutil.cc
- Timestamp:
- Jul 29, 2018, 9:53:10 PM (5 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 5676fd99d0794f1da7107c0a1d9df72f9dcdf5bd
- Parents:
- 59b7cdfb9f1543d342cc02c41ec4dc0464999b3c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kutil.cc
r59b7cd rf7851f 771 771 return dReportError("%c[%d].poly is NULL", TN, i); 772 772 773 if (T->p!=NULL)774 {775 nTest(pGetCoeff(T->p));776 if ((T->t_p==NULL)&&(pNext(T->p)!=NULL)) p_Test(pNext(T->p),currRing);777 }778 if (T->t_p!=NULL)779 {780 nTest(pGetCoeff(T->t_p));781 if (pNext(T->t_p)!=NULL) p_Test(pNext(T->t_p),strat_tailRing);782 }783 if ((T->p!=NULL)&&(T->t_p!=NULL)) assume(pGetCoeff(T->p)==pGetCoeff(T->t_p));784 785 773 if (T->tailRing != currRing) 786 774 { … … 881 869 BOOLEAN testp, int lpos, TSet T, int tlength) 882 870 { 883 if (L->p!=NULL)884 {885 nTest(pGetCoeff(L->p));886 if ((L->t_p==NULL)&&(pNext(L->p)!=NULL)) p_Test(pNext(L->p),currRing);887 }888 if (L->t_p!=NULL)889 {890 nTest(pGetCoeff(L->t_p));891 if (pNext(L->t_p)!=NULL) p_Test(pNext(L->t_p),strat_tailRing);892 }893 if ((L->p!=NULL)&&(L->t_p!=NULL)) assume(pGetCoeff(L->p)==pGetCoeff(L->t_p));894 871 if (testp) 895 872 {
Note: See TracChangeset
for help on using the changeset viewer.