diff --git a/include/volume/volume_cooling_gaussians_crhmc.hpp b/include/volume/volume_cooling_gaussians_crhmc.hpp index 77ec2ffaf..779f5b588 100644 --- a/include/volume/volume_cooling_gaussians_crhmc.hpp +++ b/include/volume/volume_cooling_gaussians_crhmc.hpp @@ -216,7 +216,7 @@ void compute_annealing_schedule(Polytope& P, // Compute some ratios to decide if this is the last gaussian for (unsigned int j = 0; j < steps; j++) { - walk.template apply(rng, walk_length); + walk.apply(rng, walk_length); p = walk.getPoint(); #ifdef VOLESTI_DEBUG std::cout<<"Walk point " << std::endl; @@ -400,7 +400,7 @@ double volume_cooling_gaussians(Polytope& Pin, while (!done || (*itsIt)