Skip to content
Snippets Groups Projects
Commit 77150885 authored by Marco Luigi Gaibotti's avatar Marco Luigi Gaibotti
Browse files

[code-refactoring][functions] Renamed config functions

Current config management functions are outdated and will be removed in the last stages of the refactoring
parent 3e30804c
No related branches found
No related tags found
1 merge request!2Final data structure
function [outputArg1,outputArg2] = preProcess(inputArg1,inputArg2)
%PREPROCESS Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment