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

SCDDSdemo_algo class sets exporttptobase to true

parent 2afc1744
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,14 @@ classdef SCDDSdemo_algo < SCDDSclass_algo_mdsmarte2
%
% [ SCDDS - Simulink Control Development & Deployment Suite ] Copyright SPC-EPFL Lausanne 2022.
% Distributed under the terms of the GNU Lesser General Public License, LGPL-3.0-only.
methods
function obj = SCDDSdemo_algo(name)
obj@SCDDSclass_algo_mdsmarte2(name)
obj.exporttptobase=1;
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment