Changeset efe217 in git


Ignore:
Timestamp:
Jan 6, 2018, 5:34:47 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
06a834a18bfe9a9a9d3c30ac2c75a958513056be
Parents:
ee4cf7dadd8372983174f152008c19e61d87d6d2
Message:
fix: allow #undef HAVE_SVD
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/svd/libs/amp.cpp

    ree4cf7 refe217  
    11#include "svd_si.h"
     2#ifdef HAVE_SVD
    23
    34/************************************************************************
     
    154155    return ref->value;
    155156}
     157#endif
  • Singular/svd_si.h

    ree4cf7 refe217  
    1515#include <math.h>
    1616#include "resources/feFopen.h"
    17 
     17#include "kernel/mod2.h"
     18
     19#ifdef HAVE_SVD
    1820/********************************************************************
    1921Checking of the array boundaries mode.
     
    83318333
    83328334#endif
    8333 
     8335#endif
     8336
Note: See TracChangeset for help on using the changeset viewer.