Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6d5ecc6d authored by DIB Elian's avatar DIB Elian
Browse files

Fixed completion by changing package LRTC to folder LRTC

parent 30b7ff4a
Branches
No related tags found
No related merge requests found
[submodule "+LRTC"] [submodule "+LRTC"]
path = +LRTC path = +LRTC
url = git@gitlab.inria.fr:edib/lrtc.git url = git@gitlab.inria.fr:edib/lrtc.git
\ No newline at end of file
LRTC @ 3f7710a6
File moved
...@@ -2,6 +2,10 @@ function [M,Mask] = complete(M,varargin) ...@@ -2,6 +2,10 @@ function [M,Mask] = complete(M,varargin)
%COMPLETE Summary of this function goes here %COMPLETE Summary of this function goes here
% Detailed explanation goes here % Detailed explanation goes here
Dir = mfilename('fullpath');
Dir = fileparts(Dir);
addpath(genpath(fullfile(Dir,'LRTC')));
p = inputParser; p = inputParser;
p.addOptional('Method', 'rank', @ischar); p.addOptional('Method', 'rank', @ischar);
p.parse(varargin{:}); p.parse(varargin{:});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment