Skip to content

Commit

Permalink
Set default values
Browse files Browse the repository at this point in the history
  • Loading branch information
nmellado committed Dec 11, 2023
1 parent 99771f0 commit 1403096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ bool useKnnGraph = false; /// < use k-neighbor graph instead of kdtree


// Slicer
float slice;
int axis;
float slice = 0.f;
int axis = 0;
bool isHDSlicer=false;

/// Convenience function measuring and printing the processing time of F
Expand Down

0 comments on commit 1403096

Please sign in to comment.