From 49022b939ed0ac96905712611a7824e9625418e8 Mon Sep 17 00:00:00 2001 From: Louis Munier Date: Fri, 17 Jun 2022 17:19:38 +0200 Subject: [PATCH] [Fix] Solve typo issues in ppl2 libraries, file ppl_projection.hpp, when taking datas from external track loading. --- ppl2/include/ppl_projection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppl2/include/ppl_projection.hpp b/ppl2/include/ppl_projection.hpp index 3db22a8..e06c4f1 100755 --- a/ppl2/include/ppl_projection.hpp +++ b/ppl2/include/ppl_projection.hpp @@ -160,7 +160,7 @@ template< typename P_TYPE> class point_projection } -#ifdef PLL_EXTERNAL_TRACK_LOADING +#ifdef PPL_EXTERNAL_TRACK_LOADING uint64_t num_of_p(char *addr, const uint64_t& len){