From 5a008dd55ee873f4a61d6fa992e3173274709ca4 Mon Sep 17 00:00:00 2001 From: Federico Felici <federico.felici@epfl.ch> Date: Tue, 12 Nov 2019 09:25:56 +0100 Subject: [PATCH] Work in progress on SCDliuqe algorithm wrapper --- code/functions/SCDconf_createexpcodes.m | 1 + 1 file changed, 1 insertion(+) diff --git a/code/functions/SCDconf_createexpcodes.m b/code/functions/SCDconf_createexpcodes.m index a7bf2d3..b4241d3 100644 --- a/code/functions/SCDconf_createexpcodes.m +++ b/code/functions/SCDconf_createexpcodes.m @@ -14,6 +14,7 @@ SCDexps=SCDexps.insertexpcode(1, @(x) SCDexpcodeconf_template); SCDexps=SCDexps.insertexpcode(1005, @(x) SCDexpcodeconf_tcvstandard02); SCDexps=SCDexps.insertexpcode(10 , @(x) SCDexpcodeconf_f4eexample); SCDexps=SCDexps.insertexpcode(1006, @(x) SCDexpcodeconf_DMmagcontrol); +SCDexps=SCDexps.insertexpcode(1010, @(x) SCDexpcodeconf_integrated); if nargout == 0 % assign output argument in base -- GitLab