Changeset 670d92 in git for Singular/fglmcomb.cc


Ignore:
Timestamp:
Apr 24, 2002, 5:38:30 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
2046267d83481dfd8aa02dc90f726ed6a1f158b2
Parents:
78071cd7ddcd7421f66309b3700953caa810f778
Message:
* hannes: syntax


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

Legend:

Unmodified
Added
Removed
  • Singular/fglmcomb.cc

    r78071c r670d92  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fglmcomb.cc,v 1.19 2000-09-18 09:18:57 obachman Exp $
     2// $Id: fglmcomb.cc,v 1.20 2002-04-24 15:38:28 Singular Exp $
    33
    44/****************************************
     
    99*/
    1010
    11 #ifndef NOSTREAMIO
    12 #include <iostream.h>
    13 #endif
    14 
    1511#include "mod2.h"
     12
    1613#ifdef HAVE_FGLM
    1714#include "tok.h"
     
    2926#include "fglmgauss.h"
    3027#include "kstd1.h"
     28#define SI_DONT_HAVE_GLOBAL_VARS
     29#include <factory.h>
     30
    3131#include "fglm.h"
    3232#include <templates/ftmpl_list.h>
    3333
     34#ifndef NOSTREAMIO
     35#include <iostream.h>
     36#endif
    3437// nur fuer debug-Ausgaben:
    3538static int
     
    122125
    123126        number temp = nDiv( n1, n2 );
    124         nNormalize( temp );
     127        n_Normalize( temp, currRing );
    125128        nDelete( & n1 );
    126129        n1= temp;
Note: See TracChangeset for help on using the changeset viewer.