Changeset ce9c2d in git for Singular/fglmzero.cc
- Timestamp:
- Feb 26, 1999, 4:32:06 PM (25 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- f7343f357a06c50ebc347cc64f33a37193d88d12
- Parents:
- f5cda4654265f877bba8ddba45e4486d7c18a16b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fglmzero.cc
rf5cda4 rce9c2d 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: fglmzero.cc,v 1.1 8 1998-09-24 09:59:40Singular Exp $2 // $Id: fglmzero.cc,v 1.19 1999-02-26 15:32:04 Singular Exp $ 3 3 4 4 /**************************************** … … 303 303 // The declaration of class fglmSelem is found in fglm.h 304 304 305 fglmSelem::fglmSelem( poly p, int var ) : numVars( 0 ), monom( p)305 fglmSelem::fglmSelem( poly p, int var ) : monom( p ), numVars( 0 ) 306 306 { 307 307 for ( int k = pVariables; k > 0; k-- ) … … 645 645 // The declaration of class fglmDelem is found in fglm.h 646 646 647 fglmDelem::fglmDelem( poly & m, fglmVector mv, int v ) : insertions( 0 ), v( mv), var( v )647 fglmDelem::fglmDelem( poly & m, fglmVector mv, int v ) : v( mv ), insertions( 0 ), var( v ) 648 648 { 649 649 monom= m;
Note: See TracChangeset
for help on using the changeset viewer.