Changeset 8c1592 in git for libfac/charset/alg_factor.cc


Ignore:
Timestamp:
Jul 23, 2009, 5:50:35 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
c888addc8a1a9016731835fa9502fc91e5f9c6b6
Parents:
11a280af07638dd78d986bbdbea42c9b47391f10
Message:
*hannes: SAGE fixes


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

Legend:

Unmodified
Added
Removed
  • libfac/charset/alg_factor.cc

    r11a280 r8c1592  
    22// emacs edit mode for this file is -*- C++ -*-
    33////////////////////////////////////////////////////////////
    4 /* $Id: alg_factor.cc,v 1.27 2009-06-04 17:54:59 Singular Exp $ */
     4/* $Id: alg_factor.cc,v 1.28 2009-07-23 15:50:35 Singular Exp $ */
    55////////////////////////////////////////////////////////////
    66// FACTORY - Includes
     
    1111#include <SqrFree.h>
    1212#include <helpstuff.h>
    13 #include <assert.h>
    1413// Charset - Includes
    1514#include "csutil.h"
     
    443442    return alg_lc(f.LC());
    444443  }
    445   assert(f.inCoeffDomain());
     444  //assert(f.inCoeffDomain());
    446445  return f;
    447446}
     
    831830/*
    832831$Log: not supported by cvs2svn $
     832Revision 1.27  2009/06/04 17:54:59  Singular
     833*hannes: code cleanup
     834
    833835Revision 1.26  2008/11/06 14:47:03  Singular
    834836*hannes: newfactoras
Note: See TracChangeset for help on using the changeset viewer.