From 5b936d9facf5e09ae357655e2b502571bd7815f7 Mon Sep 17 00:00:00 2001 From: Ben George Date: Wed, 22 May 2019 16:29:57 +0100 Subject: [PATCH] Disabled always compile. Added version tag --- bg_unwrapping/libs/curve_extraction/matlab/compile.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bg_unwrapping/libs/curve_extraction/matlab/compile.m b/bg_unwrapping/libs/curve_extraction/matlab/compile.m index 167a764..aaae7a7 100644 --- a/bg_unwrapping/libs/curve_extraction/matlab/compile.m +++ b/bg_unwrapping/libs/curve_extraction/matlab/compile.m @@ -156,7 +156,7 @@ function compile(base_name, sources, extra_args) end %% Compile -compile_file = true; % Force compile +%compile_file = true; % Force compile if compile_file disp(['Compiling ' cpp_file_name '...']);