From 4cb85a3009859ebb6369f27d6e3d775469da50a2 Mon Sep 17 00:00:00 2001
From: dkazanc <dkazanc@hotmail.com>
Date: Wed, 15 May 2019 11:06:31 +0100
Subject: fix to cmakelists file

---
 demos/Matlab_demos/demoMatlab_denoise.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'demos')

diff --git a/demos/Matlab_demos/demoMatlab_denoise.m b/demos/Matlab_demos/demoMatlab_denoise.m
index 5af927f..12d5570 100644
--- a/demos/Matlab_demos/demoMatlab_denoise.m
+++ b/demos/Matlab_demos/demoMatlab_denoise.m
@@ -2,9 +2,9 @@
 clear; close all
 fsep = '/';
 
-Path1 = sprintf(['..' fsep '..' fsep 'src' fsep 'Matlab' fsep 'mex_compile' fsep 'installed'], 1i);
 Path2 = sprintf(['..' fsep 'data' fsep], 1i);
 Path3 = sprintf(['..' fsep '..' fsep 'src' fsep 'Matlab' fsep 'supp'], 1i);
+Path1 = sprintf(['..' fsep '..' fsep 'src' fsep 'Matlab' fsep 'mex_compile' fsep 'installed'], 1i);
 addpath(Path1);
 addpath(Path2);
 addpath(Path3);
-- 
cgit v1.2.3