Changeset 15bd1fc in git for Singular/libsingular.h


Ignore:
Timestamp:
Oct 18, 2013, 4:32:31 PM (11 years ago)
Author:
Max Horn <max@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7345547252dc2de74d754b8323ebad2ca69c4712
Parents:
d7bdb0067c6572e557c14f47aa6d27f207652863
Message:
Fix to allow external code to use libsingular

Without this change, it is impossible to link a 3rd party tools (such as the libsing GAP package) against a version of libsingular installed via "make install", as no "libpolys" directory is installed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/libsingular.h

    rd7bdb0 r15bd1fc  
    88#include <kernel/polys.h>
    99#include <coeffs/numbers.h>
    10 #include <libpolys/coeffs/longrat.h>
     10#include <coeffs/longrat.h>
    1111#include <kernel/febase.h>
    1212#include <polys/monomials/ring.h>
Note: See TracChangeset for help on using the changeset viewer.