Changeset 599326 in git for kernel/units.cc


Ignore:
Timestamp:
Jul 17, 2010, 10:38:50 PM (13 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
3c473cd1025f9dec9b7bf4cbe33d713158cac80f
Parents:
141b46d25737d79123bd198ebe5c05ea65afd1bf
Message:
Anne, Kai, Frank: 
- changes to #include "..." statements to allow cleaner build structure
- affected directories: omalloc, kernel, Singular
- not yet done: IntergerProgramming
                  


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

Legend:

Unmodified
Added
Removed
  • kernel/units.cc

    r141b46d r599326  
    77*/
    88
    9 #include "mod2.h"
    10 #include "structs.h"
    11 #include "febase.h"
    12 #include "numbers.h"
    13 #include "polys.h"
    14 #include "ideals.h"
    15 #include "intvec.h"
    16 #include "matpol.h"
    17 #include "kstd1.h"
    18 #include "units.h"
     9#include <kernel/mod2.h>
     10#include <kernel/structs.h>
     11#include <kernel/febase.h>
     12#include <kernel/numbers.h>
     13#include <kernel/polys.h>
     14#include <kernel/ideals.h>
     15#include <kernel/intvec.h>
     16#include <kernel/matpol.h>
     17#include <kernel/kstd1.h>
     18#include <kernel/units.h>
    1919
    2020ideal redNF(ideal N,ideal M,matrix U,int d,intvec *w)
Note: See TracChangeset for help on using the changeset viewer.