Changeset 5d7a3b in git


Ignore:
Timestamp:
Jul 23, 2007, 4:11:04 PM (16 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
36af7eacdd5f71065e5fd6b92e1895f5f0279867
Parents:
9b10a769bb37d7a323667cb6440f6c69fa011072
Message:
*motsak: SCA in p_Read += include sca + ifdef/endif HAVE_PLURAL


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r9b10a76 r5d7a3b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys.cc,v 1.24 2007-07-23 14:01:27 motsak Exp $ */
     4/* $Id: polys.cc,v 1.25 2007-07-23 14:11:04 motsak Exp $ */
    55
    66/*
     
    2222#ifdef HAVE_PLURAL
    2323#include "gring.h"
     24#include "sca.h"
    2425#endif
    2526
     
    246247  else
    247248  {
     249#ifdef HAVE_PLURAL
    248250    // in super-commutative ring
    249251    // squares of anti-commutative variables are zeroes!
     
    261263          goto finish;
    262264        }
    263       }
     265    }
     266#endif
    264267   
    265268    p_Setm(rc,r);
Note: See TracChangeset for help on using the changeset viewer.