Changeset f7baff in git


Ignore:
Timestamp:
May 10, 2007, 12:29:28 PM (17 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
13b0e6f58574b18c192cca9eb5b695de30493fe0
Parents:
4cd2f891f36b9e1d58f0aeaa4683254f54088298
Message:
p_Mult_q.cc:
Tippfehler im HAVE_RINGS Block


git-svn-id: file:///usr/local/Singular/svn/trunk@10031 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/p_Mult_q.cc

    r4cd2f8 rf7baff  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: p_Mult_q.cc,v 1.4 2007-05-10 08:12:42 wienand Exp $
     9 *  Version: $Id: p_Mult_q.cc,v 1.5 2007-05-10 10:29:28 wienand Exp $
    1010 *******************************************************************/
    1111#include "mod2.h"
     
    193193  assume(p != NULL && pNext(p) != NULL && q != NULL && pNext(q) != NULL);
    194194#ifdef HAVE_RINGS
    195   assume(!(rField_is_Ring(r));
     195  assume(!(rField_is_Ring(r)));
    196196#endif
    197197  pAssume1(! pHaveCommonMonoms(p, q));
Note: See TracChangeset for help on using the changeset viewer.