Skip to content

Commit

Permalink
Rename oracle_functors header file
Browse files Browse the repository at this point in the history
  • Loading branch information
vfisikop committed Mar 6, 2024
1 parent bcfd7a5 commit 74e234f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion src/sample_points.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@
#include <boost/random/uniform_int.hpp>
#include <boost/random/normal_distribution.hpp>
#include <boost/random/uniform_real_distribution.hpp>

#include "random_walks/random_walks.hpp"
#include "volume/volume_sequence_of_balls.hpp"
#include "volume/volume_cooling_gaussians.hpp"
#include "sampling/sampling.hpp"
#include "ode_solvers/ode_solvers.hpp"
#include "oracle_functors_rcpp.h"
#include "preprocess/crhmc/constraint_problem.h"

#include "oracle_functors_rcpp.hpp"

enum random_walks {
ball_walk,
rdhr,
Expand Down

0 comments on commit 74e234f

Please sign in to comment.