Skip to content
Snippets Groups Projects
Commit fbe54728 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

trying to setup RAPTOR tp, what a mess

parent e61628ab
No related branches found
No related tags found
No related merge requests found
......@@ -193,10 +193,10 @@ classdef SCDclass_expcode
end
function actualize(obj, shot, varargin)
p = inputParser;
% if a model name is given, operations will be performed
% only on it, otherwise they will be performed on all
% configured models
p = inputParser;
addParameter(p,'model','',@(x) ischar(x));
parse(p,varargin{:});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment