Changeset 066288 in git for kernel/fglm/fglmvec.cc


Ignore:
Timestamp:
Mar 21, 2014, 4:40:39 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
8e0955e20e5cd5740e86fd4a3c4f51e5d121d22d
Parents:
d3e2512fa2f04365279bc6ac289aceafdd3ceff6
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-21 16:40:39+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-21 16:47:47+01:00
Message:
Separating headers: kernel/fglm/

NOTE: in this case git was able to detect the movement of headers despite minor changes to them,
in general if git fails to do that one will get separate DELETION and ADDITION of a new file
which is to be avoided e.g. at the cost of an extra commit (with all the changes)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/fglm/fglmvec.cc

    rd3e2512 r066288  
    2020#include <kernel/structs.h>
    2121#include <coeffs/numbers.h>
    22 #include <kernel/fglm.h>
    23 #include <kernel/fglmvec.h>
     22#include "fglm.h"
     23#include "fglmvec.h"
    2424
    2525#define PROT(msg)
Note: See TracChangeset for help on using the changeset viewer.