Skip to content
Snippets Groups Projects
Commit fb31a64d authored by David Rafferty's avatar David Rafferty
Browse files

Remove unneeded print statement

parent da1f19cb
Branches
Tags
No related merge requests found
......@@ -94,7 +94,6 @@ void Grouper::run(){
ctype newcoords = _coordinates;
for (int it = 0; it < _numberOfIterations; ++it){
py::print("starting iteration ", it);
#pragma omp parallel for
for (unsigned n=0; n<_coordinates.size(); ++n){
std::vector<unsigned> idx_neighbours = neighbourhood_points(_coordinates[n], _coordinates, _lookDistance);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment