Skip to content

Commit

Permalink
Disabled always compile. Added version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben George committed May 22, 2019
1 parent e55462e commit 5b936d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bg_unwrapping/libs/curve_extraction/matlab/compile.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 '...']);

Expand Down

0 comments on commit 5b936d9

Please sign in to comment.