function [outputArg1,outputArg2] = simulation_TREPR(inputArg1,inputArg2) %SIMULATION_TREPR Summary of this function goes here % Detailed explanation goes here outputArg1 = inputArg1; outputArg2 = inputArg2; end