Changeset ce9c2d in git for Singular/fglmzero.cc


Ignore:
Timestamp:
Feb 26, 1999, 4:32:06 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
f7343f357a06c50ebc347cc64f33a37193d88d12
Parents:
f5cda4654265f877bba8ddba45e4486d7c18a16b
Message:
*hannes: aligne structures


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

Legend:

Unmodified
Added
Removed
  • Singular/fglmzero.cc

    rf5cda4 rce9c2d  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fglmzero.cc,v 1.18 1998-09-24 09:59:40 Singular Exp $
     2// $Id: fglmzero.cc,v 1.19 1999-02-26 15:32:04 Singular Exp $
    33
    44/****************************************
     
    303303//     The declaration of class fglmSelem is found in fglm.h
    304304
    305 fglmSelem::fglmSelem( poly p, int var ) : numVars( 0 ), monom( p )
     305fglmSelem::fglmSelem( poly p, int var ) : monom( p ), numVars( 0 )
    306306{
    307307    for ( int k = pVariables; k > 0; k-- )
     
    645645//     The declaration of class fglmDelem is found in fglm.h
    646646
    647 fglmDelem::fglmDelem( poly & m, fglmVector mv, int v ) : insertions( 0 ), v( mv ), var( v )
     647fglmDelem::fglmDelem( poly & m, fglmVector mv, int v ) : v( mv ), insertions( 0 ), var( v )
    648648{
    649649    monom= m;
Note: See TracChangeset for help on using the changeset viewer.