Commit bbcf4c1e authored by Colin Eles's avatar Colin Eles
Browse files

latest update

git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7047 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent 9aeff3d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ object.PVS.type_mode = 1;


% copy pvs theory to pwd
copyfile(fullfile(fileparts(which('TTdiag')),'PVS_theories','*'),pwd);
copyfile(fullfile(fileparts(which('TTdiag')),'PVS_theories','matlab_types.pvs'),pwd);

% inputs = regexp(object.Data.function_inputs,',','split');
% for i=1:size(inputs,2)