Changeset eb716b0 in git


Ignore:
Timestamp:
May 9, 2005, 12:10:30 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
81686884caf8b38d3a8857b3ffcab36e48bd1131
Parents:
bafa5b4ac634fe7bcc5d99004b65bffd70c587ad
Message:
*bricken: removed tgb_internal from tgbgauss


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

Legend:

Unmodified
Added
Removed
  • kernel/tgbgauss.cc

    rbafa5b4 reb716b0  
    11#include "mod2.h"
    22#include "tgbgauss.h"
    3 
     3#include <omalloc.h>
     4#include <stdlib.h>
     5#include "kutil.h"
     6#include "febase.h"
     7#include "polys.h"
    48static const int bundle_size=100;
    59
  • kernel/tgbgauss.h

    rbafa5b4 reb716b0  
    33#include "mod2.h"
    44#include "numbers.h"
    5 #include "tgb_internal.h"
     5//#include "tgb_internal.h"
     6
     7struct calc_dat;
    68
    79class tgb_matrix{
Note: See TracChangeset for help on using the changeset viewer.