Skip to content

Commit

Permalink
Remove redundant lines and files
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyiqiu committed Dec 11, 2021
1 parent 1fe10f0 commit 08dd4a4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 446 deletions.
2 changes: 1 addition & 1 deletion src/Caller.cpp
Expand Up @@ -44,7 +44,7 @@ namespace Wrapper {
pointT pMin = pMinParallel(PRead, n);

auto P = newA(pointT, n);
parallel_for(0, n, [&](intT i){P[i] = PRead[i];});
// parallel_for(0, n, [&](intT i){P[i] = PRead[i];});
auto G = new gridT(n+1, pMin, epsilon/sqrt(dim));
auto I = newA(intT, n);
G->insertParallel(PRead, P, n, I);
Expand Down
241 changes: 0 additions & 241 deletions src/dbscan/kBuffer.h

This file was deleted.

117 changes: 0 additions & 117 deletions src/dbscan/kNearestNeighbors.h

This file was deleted.

0 comments on commit 08dd4a4

Please sign in to comment.