Skip to content

Commit

Permalink
fix CoCoSim specification library
Browse files Browse the repository at this point in the history
  • Loading branch information
hbourbouh committed Oct 6, 2020
1 parent 2320380 commit dc0a106
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified libs/cocosimLibs.slx
Binary file not shown.
Binary file modified libs/contractLibs.slx
Binary file not shown.
3 changes: 2 additions & 1 deletion scripts/install_cocosim_lib.m
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,9 @@ function copyCoCoFiles(force, cocosim_path)
fprintf('copyfile failed:\n%s \n', MESSAGE);
end
end
%delete old cocosim_pp
%delete redundant files
delete(fullfile(cocosim_path, 'src', 'frontEnd', 'pp', 'std_pp', 'cocosim_pp.m'));
delete(fullfile(cocosim_path, 'libs', 'contract', 'slblocks.m'));

%add path the new folder
addpath(genpath(cocosim_path));
Expand Down

0 comments on commit dc0a106

Please sign in to comment.