From 5d4464a78d1807565a75c9430cfe5e6857fe9232 Mon Sep 17 00:00:00 2001 From: Daniil Kazantsev Date: Mon, 31 Jul 2017 23:57:08 +0100 Subject: New regularizers for FISTA --- demos/Demo1.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/Demo1.m') diff --git a/demos/Demo1.m b/demos/Demo1.m index 3d57795..15e2e5b 100644 --- a/demos/Demo1.m +++ b/demos/Demo1.m @@ -15,7 +15,7 @@ close all;clc;clear all; % adding paths addpath('../data/'); -addpath('../main_func/'); +addpath('../main_func/'); addpath('../main_func/regularizers_CPU/'); addpath('../supp/'); load phantom_bone512.mat % load the phantom -- cgit v1.2.3