Loading @PVS_checker/replace_types_sim.m 0 → 100644 +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 Loading
@PVS_checker/replace_types_sim.m 0 → 100644 +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