Changeset 55cb6b in git for Singular/iparith.cc


Ignore:
Timestamp:
Apr 10, 2013, 4:04:09 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
ccae2f26143f71606cceb669458d60a2c39c4654
Parents:
c60380d927be780ce0fe437b14c03e70f0df8f5984299e1e1d2b92c5e28fc52391cc529f8eb8ade7
Message:
Merge pull request #317 from mmklee/factory_flint_built

fix: include problems when compiling without NTL but with FLINT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r84299e r55cb6b  
    7979
    8080#include <polys/coeffrings.h>
     81#include <Singular/si_signals.h>
    8182
    8283lists rDecompose(const ring r);
     
    76517652    if (i_s > 0)
    76527653    {
    7653       sleep((is - 1)/1000000 + 1);
     7654      si_sleep((is - 1)/1000000 + 1);
    76547655      jjSTATUS3(res, v, v->next, v->next->next);
    76557656    }
Note: See TracChangeset for help on using the changeset viewer.