move discrete log to dlog dir

This commit is contained in:
Pascal 2016-03-11 10:35:42 +01:00
parent 636bcf8d0a
commit 34969d1145
12 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ AT=@
BUILD_DIRS = fmpr arf mag arb arb_mat arb_poly arb_calc acb acb_mat acb_poly \
acb_calc acb_hypgeom acb_modular acb_dirichlet arb_hypgeom bernoulli hypgeom \
fmpz_extras bool_mat partitions \
fmpz_extras bool_mat partitions dlog \
$(EXTRA_BUILD_DIRS)
TEMPLATE_DIRS =

View file

@ -23,7 +23,7 @@
******************************************************************************/
#include "acb_dirichlet/dlog.h"
#include "dlog.h"
#include "profiler.h"
#include <math.h>

View file

@ -23,7 +23,7 @@
******************************************************************************/
#include "acb_dirichlet/dlog.h"
#include "dlog.h"
#include <math.h>
int main()