Changeset dbe2b0 in git


Ignore:
Timestamp:
Jan 31, 2006, 4:23:38 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fbf19cb26acb0233297c47db681fe5e3cd4c12b6
Parents:
ce3ddadde3219d1d7f90b49578b6e17b68a4c3e0
Message:
*hannes: solaris port


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

Legend:

Unmodified
Added
Removed
  • Singular/walk.cc

    rce3dda rdbe2b0  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: walk.cc,v 1.9 2006-01-05 18:32:19 Singular Exp $ */
     4/* $Id: walk.cc,v 1.10 2006-01-31 15:23:38 Singular Exp $ */
    55/*
    66* ABSTRACT: Implementation of the Groebner walk
     
    3636
    3737#include <stdio.h>
    38 #include <si_gmp.h>
     38// === Zeit & System (Holger Croeni ===
     39#include <time.h>
     40#include <sys/time.h>
     41#include <sys/stat.h>
     42#include <unistd.h>
     43#include <stdio.h>
     44#include <float.h>
     45#include <limits.h>
     46#include <sys/types.h>
     47
    3948
    4049#include "mod2.h"
     
    6069#include "kutil.h"
    6170#include "khstd.h"
    62 
    63 // === Zeit & System (Holger Croeni ===
    64 #include <time.h>
    65 #include <sys/time.h>
    66 #include <sys/stat.h>
    67 #include <unistd.h>
    68 #include <stdio.h>
    69 #include <float.h>
    70 #include <limits.h>
    71 #include <sys/types.h>
    7271
    7372#include "walk.h"
Note: See TracChangeset for help on using the changeset viewer.