From 771508858b948ca74e27bcd3dbd81020fb05b1ab Mon Sep 17 00:00:00 2001
From: Mauco03 <marco.gaibotti@skywarder.eu>
Date: Sun, 25 Feb 2024 22:16:32 +0100
Subject: [PATCH] [code-refactoring][functions] Renamed config functions

Current config management functions are outdated and will be removed in the last stages of the refactoring
---
 functions/configManagement/OLDpreProcess.m | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 functions/configManagement/OLDpreProcess.m

diff --git a/functions/configManagement/OLDpreProcess.m b/functions/configManagement/OLDpreProcess.m
new file mode 100644
index 0000000..9e6fe8a
--- /dev/null
+++ b/functions/configManagement/OLDpreProcess.m
@@ -0,0 +1,6 @@
+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
-- 
GitLab