X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_antipode.cpp;h=43d48f64d85c03b6ccdd0fff0f65c1da0c45f2d5;hp=e88bd735cf4a54223bb528bc626a3856a6fc81c1;hb=8247d44aac20d266d1b135468dacf521ea655f20;hpb=68fdf425abf14d016d5f95ee7b9d06a19a3c5926 diff --git a/check/time_antipode.cpp b/check/time_antipode.cpp index e88bd735..43d48f64 100644 --- a/check/time_antipode.cpp +++ b/check/time_antipode.cpp @@ -442,9 +442,9 @@ static const node tree6(unsigned cuts=0) bool(cuts & 16))); } -static unsigned test_tree(const node (*tree_generator)(unsigned=0)) +static unsigned test_tree(const node tree_generator(unsigned)) { - const int edges = tree_generator().total_edges(); + const int edges = tree_generator(0).total_edges(); const int vertices = edges+1; // fill a vector of all possible 2^edges combinations of cuts...