From 1403096be32a1c7b2aa22f8a2f69e1c796ce19aa Mon Sep 17 00:00:00 2001 From: Nicolas Mellado Date: Mon, 11 Dec 2023 13:59:15 +0100 Subject: [PATCH] Set default values --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 465f75d..86b4827 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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