diff --git a/functions/configManagement/OLDpreProcess.m b/functions/configManagement/OLDpreProcess.m
new file mode 100644
index 0000000000000000000000000000000000000000..9e6fe8a55ddd024fdd1cc14874f99ff06f9dea78
--- /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