Skip to content

Commit

Permalink
Merge pull request #125 from STORM-IRIT/cgal-patch-unused
Browse files Browse the repository at this point in the history
Cgal patch unused
  • Loading branch information
nmellado authored Nov 28, 2023
2 parents 483e4d5 + 8aa5d76 commit abe4662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gr/accelerators/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ inline void
OneRingNeighborhood::get<1> (
int queryId,
int nElPerDim,
int offset,
int /*offset*/,
typename NeighborhoodType<1>::ptr first,
typename NeighborhoodType<1>::ptr last)
{
Expand Down
2 changes: 1 addition & 1 deletion src/gr/algorithms/congruentSetExplorationBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ CongruentSetExplorationBase<Traits, PointType, TransformVisitor, PairFilteringFu
v(0, best_LCP_, transformation);

bool ok = false;
std::chrono::time_point<system_clock> t0 = system_clock::now(), end;
std::chrono::time_point<system_clock> t0 = system_clock::now();
for (int i = current_trial_; i < current_trial_ + n; ++i) {
ok = TryOneBase(v);

Expand Down

0 comments on commit abe4662

Please sign in to comment.