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

forgot to add a files

git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6319 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent 526ae04a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
function [ replaced ] = replace_types_sim( pvs_type, sim_type )
%REPLACE_TYPES_SIM Summary of this function goes here
%   Detailed explanation goes here
old_type = regexp(pvs_type,':[a-zA-Z0-9]+','match');
replaced = regexprep(pvs_type,old_type,[':' sim_type]);



end