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

SCDalgo prefix check removed

parent 4ef80193
No related branches found
No related tags found
No related merge requests found
......@@ -57,8 +57,8 @@ classdef SCDclass_component
% add new ones not yet present
for ii=1:numel(reqsources)
mysource = reqsources{ii};
assert(startsWith(mysource,'SCDalgo'),...
'attempting to add algo dd: %s that does not start with ''SCDalgo''-aborting',mysource);
% assert(startsWith(mysource,'SCDalgo'),...
% 'attempting to add algo dd: %s that does not start with ''SCDalgo''-aborting',mysource);
if contains(prevsources,mysource)
obj.printlog('Not adding algorithm data source %s - already exists',mysource);
else
......
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