Changeset 640b65 in git for Singular


Ignore:
Timestamp:
Apr 3, 2004, 7:25:04 PM (20 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
a79bef5cf59c274c9722c1b8408c504d3ca09695
Parents:
495e07b71848d3dd8d7d71d2a4820a45f2fbfd45
Message:
*levandov: wrong includes corrected


git-svn-id: file:///usr/local/Singular/svn/trunk@7113 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r495e07 r640b65  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.202 2004-02-23 19:04:01 Singular Exp $ */
     4/* $Id: extra.cc,v 1.203 2004-04-03 17:25:02 levandov Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    9797
    9898#ifdef HAVE_EIGENVAL
    99 #include "eigenval.h"
     99#include "eigenval_ip.h"
    100100#endif
    101101
  • Singular/gms.cc

    r495e07 r640b65  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: gms.cc,v 1.8 2003-11-04 16:43:24 Singular Exp $ */
     4/* $Id: gms.cc,v 1.9 2004-04-03 17:25:04 levandov Exp $ */
    55/*
    66* ABSTRACT: Gauss-Manin system normal form
     
    1313#include "febase.h"
    1414#include "structs.h"
    15 #include "ipid.h"
    1615#include "numbers.h"
    1716#include "polys.h"
Note: See TracChangeset for help on using the changeset viewer.