Changeset a85670b in git


Ignore:
Timestamp:
Jul 31, 2013, 5:56:30 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
1dc25bfe4c947265bfcbed07e33e18ee516aa131
Parents:
dd8e726c1c4e5b7410c5a9627c9f52be7b122067
git-author:
Martin Lee <martinlee84@web.de>2013-07-31 17:56:30+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-08-30 13:48:24+02:00
Message:
chg: changes due to renaming
Location:
factory
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/facAbsBiFact.cc

    rdd8e72 ra85670b  
    22 * Computer Algebra System SINGULAR
    33\*****************************************************************************/
    4 /** @file facAbsFact.cc
     4/** @file facAbsBiFact.cc
    55 *
    66 * @author Martin Lee
     
    1616#include "debug.h"
    1717
    18 #include "facAbsFact.h"
     18#include "facAbsBiFact.h"
    1919#include "facBivar.h"
    2020#include "facFqBivar.h"
  • factory/facAbsBiFact.h

    rdd8e72 ra85670b  
    22 * Computer Algebra System SINGULAR
    33\*****************************************************************************/
    4 /** @file facAbsFact.h
     4/** @file facAbsBiFact.h
    55 *
    66 * bivariate absolute factorization over Q described in "Modular Las Vegas
     
    1212/*****************************************************************************/
    1313
    14 #ifndef FAC_ABS_FACT_H
    15 #define FAC_ABS_FACT_H
     14#ifndef FAC_ABS_BI_FACT_H
     15#define FAC_ABS_BI_FACT_H
    1616
    1717#include "cf_assert.h"
  • factory/factory.template

    rdd8e72 ra85670b  
    107107
    108108/*MAKEHEADER PUBLIC ONLY*/
    109 #include "facAbsFact.h"
     109#include "facAbsBiFact.h"
    110110
    111111#endif /* ! INCL_FACTORY_H */
Note: See TracChangeset for help on using the changeset viewer.