Changeset e65b1a4 in git for factory/libfac/test.cc


Ignore:
Timestamp:
Feb 13, 2012, 7:05:28 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
32248fa9353779350e982430b9632e5d2926dd1a
Parents:
e2b6f5cbf71f07f69fa68f5b43829fc5c81ac042
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-13 19:05:28+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-13 19:12:22+01:00
Message:
fix libfac on case-insensitive file systems

CHG: renamed factory/libfac/factor.h into factory/libfac/libfac.h in
order to avoid confusion with factory/libfac/factor/Factor.h on case-insensitive file systems...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/libfac/test.cc

    re2b6f5c re65b1a4  
    22///////////////////////////////////////////////////////////////////////////////
    33// Factor - Includes
    4 #include "factor.h"
     4#include "libfac.h"
    55#ifdef HAVE_IOSTREAM
    66#include <iostream>
Note: See TracChangeset for help on using the changeset viewer.