From c3a66b2243baf292a8702a112ae7a66192563862 Mon Sep 17 00:00:00 2001
From: Sven Marcus <sven.marcus@tu-braunschweig.de>
Date: Tue, 12 Jul 2022 12:12:45 +0200
Subject: [PATCH] Adjust config files to work with VF ConfigFile

---
 apps/gpu/tests/NumericalTests/config.txt      | 34 ++++++-------
 .../NumericalTests/configK15_nu10tm2.txt      | 50 +++++++++----------
 .../NumericalTests/configK15_nu10tm3.txt      | 50 +++++++++----------
 .../NumericalTests/configK15_nu10tm4.txt      | 50 +++++++++----------
 .../NumericalTests/configK15_nu10tm5.txt      | 50 +++++++++----------
 .../NumericalTests/configK17chim_nu10tm3.txt  | 50 +++++++++----------
 6 files changed, 142 insertions(+), 142 deletions(-)

diff --git a/apps/gpu/tests/NumericalTests/config.txt b/apps/gpu/tests/NumericalTests/config.txt
index 783e6ebbb..65c9ab6ac 100644
--- a/apps/gpu/tests/NumericalTests/config.txt
+++ b/apps/gpu/tests/NumericalTests/config.txt
@@ -1,39 +1,39 @@
 ##################################################
 #				 GPU Mapping					 #
 ##################################################
-Devices="0"
+Devices=0
 
 ##################################################
 #	       Basic Simulation Parameter			 #
 ##################################################
-KernelsToTest="CumulantK15Comp"
+KernelsToTest=CumulantK15Comp
 #CumulantK17Comp
 #BGKCompSP27 BGKPlusCompSP27 CumulantAA2016CompSP27 CumulantOneCompSP27 CumulantF3CompSP27 CumulantF32018CompSP27 CumulantAll4CompSP27
 NumberOfTimeSteps=20
-Viscosity="0.001"
+Viscosity=0.001
 Rho0=1.0
 
 ##################################################
 #	    TaylorGreenVortex Parameter				 #
 ##################################################
-BasisTimeStepLength_TGV_Ux="1000"
-ux_TGV_Ux="0.096"
-Amplitude_TGV_Ux="0.001"
+BasisTimeStepLength_TGV_Ux=1000
+ux_TGV_Ux=0.096
+Amplitude_TGV_Ux=0.001
 l0_TGV_Ux=32
-DataToCalcTests_TGV_Ux="Vx Vz"
+DataToCalcTests_TGV_Ux=Vx Vz
 
-BasisTimeStepLength_TGV_Uz="1000"
-uz_TGV_Uz="0.048"
-Amplitude_TGV_Uz="0.001"
+BasisTimeStepLength_TGV_Uz=1000
+uz_TGV_Uz=0.048
+Amplitude_TGV_Uz=0.001
 l0_TGV_Uz=48
-DataToCalcTests_TGV_Uz="Vx Vz"
+DataToCalcTests_TGV_Uz=Vx Vz
 
 ##################################################
 #	       Shear Wave Parameter					 #
 ##################################################
-BasisTimeStepLength_SW="1000"
-u0_SW="0.096"
-v0_SW="0.1"
+BasisTimeStepLength_SW=1000
+u0_SW=0.096
+v0_SW=0.1
 l0_SW=32
 DataToCalcTests_SW="Vy"
 
@@ -65,8 +65,8 @@ EndTimeStepCalculation_Ny=20
 ##################################################
 L2NormTest=false
 
-NormalizeData_L2Norm="Amplitude BasicData"
-MaxL2NormDiff="4.5 0.5"
+NormalizeData_L2Norm=Amplitude BasicData
+MaxL2NormDiff=4.5 0.5
 
 BasicTimeStep_L2=0
 DivergentTimeStep_L2=20
@@ -77,7 +77,7 @@ DivergentTimeStep_L2=20
 L2NormBetweenKernelsTest=false
 
 BasicKernel_L2NormBetweenKernels=BGKCompSP27
-Timesteps_L2NormBetweenKernels="0 10 20"
+Timesteps_L2NormBetweenKernels=0 10 20
 NormalizeWith=amplitude
 
 ##################################################
diff --git a/apps/gpu/tests/NumericalTests/configK15_nu10tm2.txt b/apps/gpu/tests/NumericalTests/configK15_nu10tm2.txt
index 085fde0c1..9eda99778 100644
--- a/apps/gpu/tests/NumericalTests/configK15_nu10tm2.txt
+++ b/apps/gpu/tests/NumericalTests/configK15_nu10tm2.txt
@@ -1,41 +1,41 @@
 ##################################################
 #				 GPU Mapping					 #
 ##################################################
-Devices="0"
+Devices=0
 
 ##################################################
 #	       Basic Simulation Parameter			 #
 ##################################################
-KernelsToTest="CumulantK15Comp"
+KernelsToTest=CumulantK15Comp
 #CumulantK17Comp
 #BGKCompSP27 BGKPlusCompSP27 CumulantAA2016CompSP27 CumulantOneCompSP27 CumulantF3CompSP27 CumulantF32018CompSP27 CumulantAll4CompSP27
 NumberOfTimeSteps=20
-Viscosity="0.01"
+Viscosity=0.01
 Rho0=1.0
 
 ##################################################
 #	    TaylorGreenVortex Parameter				 #
 ##################################################
-BasisTimeStepLength_TGV_Ux="1000"
-ux_TGV_Ux="0.096"
-Amplitude_TGV_Ux="0.001"
+BasisTimeStepLength_TGV_Ux=1000
+ux_TGV_Ux=0.096
+Amplitude_TGV_Ux=0.001
 l0_TGV_Ux=32
-DataToCalcTests_TGV_Ux="Vx Vz"
+DataToCalcTests_TGV_Ux=Vx Vz
 
-BasisTimeStepLength_TGV_Uz="1000"
-uz_TGV_Uz="0.048"
-Amplitude_TGV_Uz="0.001"
+BasisTimeStepLength_TGV_Uz=1000
+uz_TGV_Uz=0.048
+Amplitude_TGV_Uz=0.001
 l0_TGV_Uz=48
-DataToCalcTests_TGV_Uz="Vx Vz"
+DataToCalcTests_TGV_Uz=Vx Vz
 
 ##################################################
 #	       Shear Wave Parameter					 #
 ##################################################
-BasisTimeStepLength_SW="1000"
-u0_SW="0.096"
-v0_SW="0.1"
+BasisTimeStepLength_SW=1000
+u0_SW=0.096
+v0_SW=0.1
 l0_SW=32
-DataToCalcTests_SW="Vy"
+DataToCalcTests_SW=Vy
 
 ##################################################
 #			   Basic Test Parameter				 #
@@ -65,8 +65,8 @@ EndTimeStepCalculation_Ny=20
 ##################################################
 L2NormTest=false
 
-NormalizeData_L2Norm="Amplitude BasicData"
-MaxL2NormDiff="4.5 0.5"
+NormalizeData_L2Norm=Amplitude BasicData
+MaxL2NormDiff=4.5 0.5
 
 BasicTimeStep_L2=0
 DivergentTimeStep_L2=20
@@ -77,7 +77,7 @@ DivergentTimeStep_L2=20
 L2NormBetweenKernelsTest=false
 
 BasicKernel_L2NormBetweenKernels=BGKCompSP27
-Timesteps_L2NormBetweenKernels="0 10 20"
+Timesteps_L2NormBetweenKernels=0 10 20
 NormalizeWith=amplitude
 
 ##################################################
@@ -106,19 +106,19 @@ ShearWave512=false
 ##################################################
 NumberOfGridLevels=1
 
-GridPath32="grids/gridUni32x4x48"
-GridPath64="grids/gridUni64x4x96"
-GridPath128="grids/gridUni128x4x192"
-GridPath256="grids/gridUni256x4x384"
-GridPath512="grids/gridUni512x4x768"
+GridPath32=grids/gridUni32x4x48
+GridPath64=grids/gridUni64x4x96
+GridPath128=grids/gridUni128x4x192
+GridPath256=grids/gridUni256x4x384
+GridPath512=grids/gridUni512x4x768
 
 ##################################################
 # 			File Writing Information			 #
 ##################################################
 WriteVTKFiles=false
-FolderForVTKFileWriting="Output"
+FolderForVTKFileWriting=Output
 StartStepFileWriter=0
 
 WriteAnalyResultsToVTK=true
 
-FolderLogFile="logFiles"
\ No newline at end of file
+FolderLogFile=logFiles
\ No newline at end of file
diff --git a/apps/gpu/tests/NumericalTests/configK15_nu10tm3.txt b/apps/gpu/tests/NumericalTests/configK15_nu10tm3.txt
index eb27bc5f4..4afa29807 100644
--- a/apps/gpu/tests/NumericalTests/configK15_nu10tm3.txt
+++ b/apps/gpu/tests/NumericalTests/configK15_nu10tm3.txt
@@ -1,41 +1,41 @@
 ##################################################
 #				 GPU Mapping					 #
 ##################################################
-Devices="1"
+Devices=1
 
 ##################################################
 #	       Basic Simulation Parameter			 #
 ##################################################
-KernelsToTest="CumulantK15Comp"
+KernelsToTest=CumulantK15Comp
 #CumulantK17Comp
 #BGKCompSP27 BGKPlusCompSP27 CumulantAA2016CompSP27 CumulantOneCompSP27 CumulantF3CompSP27 CumulantF32018CompSP27 CumulantAll4CompSP27
 NumberOfTimeSteps=20
-Viscosity="0.001"
+Viscosity=0.001
 Rho0=1.0
 
 ##################################################
 #	    TaylorGreenVortex Parameter				 #
 ##################################################
-BasisTimeStepLength_TGV_Ux="1000"
-ux_TGV_Ux="0.096"
-Amplitude_TGV_Ux="0.001"
+BasisTimeStepLength_TGV_Ux=1000
+ux_TGV_Ux=0.096
+Amplitude_TGV_Ux=0.001
 l0_TGV_Ux=32
-DataToCalcTests_TGV_Ux="Vx Vz"
+DataToCalcTests_TGV_Ux=Vx Vz
 
-BasisTimeStepLength_TGV_Uz="1000"
-uz_TGV_Uz="0.048"
-Amplitude_TGV_Uz="0.001"
+BasisTimeStepLength_TGV_Uz=1000
+uz_TGV_Uz=0.048
+Amplitude_TGV_Uz=0.001
 l0_TGV_Uz=48
-DataToCalcTests_TGV_Uz="Vx Vz"
+DataToCalcTests_TGV_Uz=Vx Vz
 
 ##################################################
 #	       Shear Wave Parameter					 #
 ##################################################
-BasisTimeStepLength_SW="1000"
-u0_SW="0.096"
-v0_SW="0.1"
+BasisTimeStepLength_SW=1000
+u0_SW=0.096
+v0_SW=0.1
 l0_SW=32
-DataToCalcTests_SW="Vy"
+DataToCalcTests_SW=Vy
 
 ##################################################
 #			   Basic Test Parameter				 #
@@ -65,8 +65,8 @@ EndTimeStepCalculation_Ny=20
 ##################################################
 L2NormTest=false
 
-NormalizeData_L2Norm="Amplitude BasicData"
-MaxL2NormDiff="4.5 0.5"
+NormalizeData_L2Norm=Amplitude BasicData
+MaxL2NormDiff=4.5 0.5
 
 BasicTimeStep_L2=0
 DivergentTimeStep_L2=20
@@ -77,7 +77,7 @@ DivergentTimeStep_L2=20
 L2NormBetweenKernelsTest=false
 
 BasicKernel_L2NormBetweenKernels=BGKCompSP27
-Timesteps_L2NormBetweenKernels="0 10 20"
+Timesteps_L2NormBetweenKernels=0 10 20
 NormalizeWith=amplitude
 
 ##################################################
@@ -106,19 +106,19 @@ ShearWave512=true
 ##################################################
 NumberOfGridLevels=1
 
-GridPath32="grids/gridUni32x4x48"
-GridPath64="grids/gridUni64x4x96"
-GridPath128="grids/gridUni128x4x192"
-GridPath256="grids/gridUni256x4x384"
-GridPath512="grids/gridUni512x4x768"
+GridPath32=grids/gridUni32x4x48
+GridPath64=grids/gridUni64x4x96
+GridPath128=grids/gridUni128x4x192
+GridPath256=grids/gridUni256x4x384
+GridPath512=grids/gridUni512x4x768
 
 ##################################################
 # 			File Writing Information			 #
 ##################################################
 WriteVTKFiles=false
-FolderForVTKFileWriting="Output"
+FolderForVTKFileWriting=Output
 StartStepFileWriter=0
 
 WriteAnalyResultsToVTK=true
 
-FolderLogFile="logFiles"
\ No newline at end of file
+FolderLogFile=logFiles
\ No newline at end of file
diff --git a/apps/gpu/tests/NumericalTests/configK15_nu10tm4.txt b/apps/gpu/tests/NumericalTests/configK15_nu10tm4.txt
index d0ceb823b..4bfd503e9 100644
--- a/apps/gpu/tests/NumericalTests/configK15_nu10tm4.txt
+++ b/apps/gpu/tests/NumericalTests/configK15_nu10tm4.txt
@@ -1,41 +1,41 @@
 ##################################################
 #				 GPU Mapping					 #
 ##################################################
-Devices="1"
+Devices=1
 
 ##################################################
 #	       Basic Simulation Parameter			 #
 ##################################################
-KernelsToTest="CumulantK15Comp"
+KernelsToTest=CumulantK15Comp
 #CumulantK17Comp
 #BGKCompSP27 BGKPlusCompSP27 CumulantAA2016CompSP27 CumulantOneCompSP27 CumulantF3CompSP27 CumulantF32018CompSP27 CumulantAll4CompSP27
 NumberOfTimeSteps=20
-Viscosity="0.0001"
+Viscosity=0.0001
 Rho0=1.0
 
 ##################################################
 #	    TaylorGreenVortex Parameter				 #
 ##################################################
-BasisTimeStepLength_TGV_Ux="1000"
-ux_TGV_Ux="0.096"
-Amplitude_TGV_Ux="0.001"
+BasisTimeStepLength_TGV_Ux=1000
+ux_TGV_Ux=0.096
+Amplitude_TGV_Ux=0.001
 l0_TGV_Ux=32
-DataToCalcTests_TGV_Ux="Vx Vz"
+DataToCalcTests_TGV_Ux=Vx Vz
 
-BasisTimeStepLength_TGV_Uz="1000"
-uz_TGV_Uz="0.048"
-Amplitude_TGV_Uz="0.001"
+BasisTimeStepLength_TGV_Uz=1000
+uz_TGV_Uz=0.048
+Amplitude_TGV_Uz=0.001
 l0_TGV_Uz=48
-DataToCalcTests_TGV_Uz="Vx Vz"
+DataToCalcTests_TGV_Uz=Vx Vz
 
 ##################################################
 #	       Shear Wave Parameter					 #
 ##################################################
-BasisTimeStepLength_SW="1000"
-u0_SW="0.096"
-v0_SW="0.1"
+BasisTimeStepLength_SW=1000
+u0_SW=0.096
+v0_SW=0.1
 l0_SW=32
-DataToCalcTests_SW="Vy"
+DataToCalcTests_SW=Vy
 
 ##################################################
 #			   Basic Test Parameter				 #
@@ -65,8 +65,8 @@ EndTimeStepCalculation_Ny=20
 ##################################################
 L2NormTest=false
 
-NormalizeData_L2Norm="Amplitude BasicData"
-MaxL2NormDiff="4.5 0.5"
+NormalizeData_L2Norm=Amplitude BasicData
+MaxL2NormDiff=4.5 0.5
 
 BasicTimeStep_L2=0
 DivergentTimeStep_L2=20
@@ -77,7 +77,7 @@ DivergentTimeStep_L2=20
 L2NormBetweenKernelsTest=false
 
 BasicKernel_L2NormBetweenKernels=BGKCompSP27
-Timesteps_L2NormBetweenKernels="0 10 20"
+Timesteps_L2NormBetweenKernels=0 10 20
 NormalizeWith=amplitude
 
 ##################################################
@@ -106,19 +106,19 @@ ShearWave512=true
 ##################################################
 NumberOfGridLevels=1
 
-GridPath32="grids/gridUni32x4x48"
-GridPath64="grids/gridUni64x4x96"
-GridPath128="grids/gridUni128x4x192"
-GridPath256="grids/gridUni256x4x384"
-GridPath512="grids/gridUni512x4x768"
+GridPath32=grids/gridUni32x4x48
+GridPath64=grids/gridUni64x4x96
+GridPath128=grids/gridUni128x4x192
+GridPath256=grids/gridUni256x4x384
+GridPath512=grids/gridUni512x4x768
 
 ##################################################
 # 			File Writing Information			 #
 ##################################################
 WriteVTKFiles=false
-FolderForVTKFileWriting="Output"
+FolderForVTKFileWriting=Output
 StartStepFileWriter=0
 
 WriteAnalyResultsToVTK=true
 
-FolderLogFile="logFiles"
\ No newline at end of file
+FolderLogFile=logFiles
\ No newline at end of file
diff --git a/apps/gpu/tests/NumericalTests/configK15_nu10tm5.txt b/apps/gpu/tests/NumericalTests/configK15_nu10tm5.txt
index 1b0b7d786..89842b309 100644
--- a/apps/gpu/tests/NumericalTests/configK15_nu10tm5.txt
+++ b/apps/gpu/tests/NumericalTests/configK15_nu10tm5.txt
@@ -1,41 +1,41 @@
 ##################################################
 #				 GPU Mapping					 #
 ##################################################
-Devices="1"
+Devices=1
 
 ##################################################
 #	       Basic Simulation Parameter			 #
 ##################################################
-KernelsToTest="CumulantK15Comp"
+KernelsToTest=CumulantK15Comp
 #CumulantK17Comp
 #BGKCompSP27 BGKPlusCompSP27 CumulantAA2016CompSP27 CumulantOneCompSP27 CumulantF3CompSP27 CumulantF32018CompSP27 CumulantAll4CompSP27
 NumberOfTimeSteps=20
-Viscosity="0.00001"
+Viscosity=0.00001
 Rho0=1.0
 
 ##################################################
 #	    TaylorGreenVortex Parameter				 #
 ##################################################
-BasisTimeStepLength_TGV_Ux="1000"
-ux_TGV_Ux="0.096"
-Amplitude_TGV_Ux="0.001"
+BasisTimeStepLength_TGV_Ux=1000
+ux_TGV_Ux=0.096
+Amplitude_TGV_Ux=0.001
 l0_TGV_Ux=32
-DataToCalcTests_TGV_Ux="Vx Vz"
+DataToCalcTests_TGV_Ux=Vx Vz
 
-BasisTimeStepLength_TGV_Uz="1000"
-uz_TGV_Uz="0.048"
-Amplitude_TGV_Uz="0.001"
+BasisTimeStepLength_TGV_Uz=1000
+uz_TGV_Uz=0.048
+Amplitude_TGV_Uz=0.001
 l0_TGV_Uz=48
-DataToCalcTests_TGV_Uz="Vx Vz"
+DataToCalcTests_TGV_Uz=Vx Vz
 
 ##################################################
 #	       Shear Wave Parameter					 #
 ##################################################
-BasisTimeStepLength_SW="1000"
-u0_SW="0.096"
-v0_SW="0.1"
+BasisTimeStepLength_SW=1000
+u0_SW=0.096
+v0_SW=0.1
 l0_SW=32
-DataToCalcTests_SW="Vy"
+DataToCalcTests_SW=Vy
 
 ##################################################
 #			   Basic Test Parameter				 #
@@ -65,8 +65,8 @@ EndTimeStepCalculation_Ny=20
 ##################################################
 L2NormTest=false
 
-NormalizeData_L2Norm="Amplitude BasicData"
-MaxL2NormDiff="4.5 0.5"
+NormalizeData_L2Norm=Amplitude BasicData
+MaxL2NormDiff=4.5 0.5
 
 BasicTimeStep_L2=0
 DivergentTimeStep_L2=20
@@ -77,7 +77,7 @@ DivergentTimeStep_L2=20
 L2NormBetweenKernelsTest=false
 
 BasicKernel_L2NormBetweenKernels=BGKCompSP27
-Timesteps_L2NormBetweenKernels="0 10 20"
+Timesteps_L2NormBetweenKernels=0 10 20
 NormalizeWith=amplitude
 
 ##################################################
@@ -106,19 +106,19 @@ ShearWave512=true
 ##################################################
 NumberOfGridLevels=1
 
-GridPath32="grids/gridUni32x4x48"
-GridPath64="grids/gridUni64x4x96"
-GridPath128="grids/gridUni128x4x192"
-GridPath256="grids/gridUni256x4x384"
-GridPath512="grids/gridUni512x4x768"
+GridPath32=grids/gridUni32x4x48
+GridPath64=grids/gridUni64x4x96
+GridPath128=grids/gridUni128x4x192
+GridPath256=grids/gridUni256x4x384
+GridPath512=grids/gridUni512x4x768
 
 ##################################################
 # 			File Writing Information			 #
 ##################################################
 WriteVTKFiles=false
-FolderForVTKFileWriting="Output"
+FolderForVTKFileWriting=Output
 StartStepFileWriter=0
 
 WriteAnalyResultsToVTK=true
 
-FolderLogFile="logFiles"
\ No newline at end of file
+FolderLogFile=logFiles
\ No newline at end of file
diff --git a/apps/gpu/tests/NumericalTests/configK17chim_nu10tm3.txt b/apps/gpu/tests/NumericalTests/configK17chim_nu10tm3.txt
index 0cceea9a7..3c1ca9453 100644
--- a/apps/gpu/tests/NumericalTests/configK17chim_nu10tm3.txt
+++ b/apps/gpu/tests/NumericalTests/configK17chim_nu10tm3.txt
@@ -1,39 +1,39 @@
 ##################################################
 #				 GPU Mapping					 #
 ##################################################
-Devices="1"
+Devices=1
 
 ##################################################
 #	       Basic Simulation Parameter			 #
 ##################################################
-KernelsToTest="CumulantK17CompChim"
+KernelsToTest=CumulantK17CompChim
 NumberOfTimeSteps=20
-Viscosity="0.001"
+Viscosity=0.001
 Rho0=1.0
 
 ##################################################
 #	    TaylorGreenVortex Parameter				 #
 ##################################################
-BasisTimeStepLength_TGV_Ux="1000"
-ux_TGV_Ux="0.096"
-Amplitude_TGV_Ux="0.001"
+BasisTimeStepLength_TGV_Ux=1000
+ux_TGV_Ux=0.096
+Amplitude_TGV_Ux=0.001
 l0_TGV_Ux=32
-DataToCalcTests_TGV_Ux="Vx Vz"
+DataToCalcTests_TGV_Ux=Vx Vz
 
-BasisTimeStepLength_TGV_Uz="1000"
-uz_TGV_Uz="0.048"
-Amplitude_TGV_Uz="0.001"
+BasisTimeStepLength_TGV_Uz=1000
+uz_TGV_Uz=0.048
+Amplitude_TGV_Uz=0.001
 l0_TGV_Uz=48
-DataToCalcTests_TGV_Uz="Vx Vz"
+DataToCalcTests_TGV_Uz=Vx Vz
 
 ##################################################
 #	       Shear Wave Parameter					 #
 ##################################################
-BasisTimeStepLength_SW="1000"
-u0_SW="0.096"
-v0_SW="0.1"
+BasisTimeStepLength_SW=1000
+u0_SW=0.096
+v0_SW=0.1
 l0_SW=32
-DataToCalcTests_SW="Vy"
+DataToCalcTests_SW=Vy
 
 ##################################################
 #			   Basic Test Parameter				 #
@@ -63,8 +63,8 @@ EndTimeStepCalculation_Ny=20
 ##################################################
 L2NormTest=false
 
-NormalizeData_L2Norm="Amplitude BasicData"
-MaxL2NormDiff="4.5 0.5"
+NormalizeData_L2Norm=Amplitude BasicData
+MaxL2NormDiff=4.5 0.5
 
 BasicTimeStep_L2=0
 DivergentTimeStep_L2=20
@@ -75,7 +75,7 @@ DivergentTimeStep_L2=20
 L2NormBetweenKernelsTest=false
 
 BasicKernel_L2NormBetweenKernels=BGKCompSP27
-Timesteps_L2NormBetweenKernels="0 10 20"
+Timesteps_L2NormBetweenKernels=0 10 20
 NormalizeWith=amplitude
 
 ##################################################
@@ -104,19 +104,19 @@ ShearWave512=true
 ##################################################
 NumberOfGridLevels=1
 
-GridPath32="grids/gridUni32x4x48"
-GridPath64="grids/gridUni64x4x96"
-GridPath128="grids/gridUni128x4x192"
-GridPath256="grids/gridUni256x4x384"
-GridPath512="grids/gridUni512x4x768"
+GridPath32=grids/gridUni32x4x48
+GridPath64=grids/gridUni64x4x96
+GridPath128=grids/gridUni128x4x192
+GridPath256=grids/gridUni256x4x384
+GridPath512=grids/gridUni512x4x768
 
 ##################################################
 # 			File Writing Information			 #
 ##################################################
 WriteVTKFiles=false
-FolderForVTKFileWriting="Output"
+FolderForVTKFileWriting=Output
 StartStepFileWriter=0
 
 WriteAnalyResultsToVTK=true
 
-FolderLogFile="logFiles"
\ No newline at end of file
+FolderLogFile=logFiles
\ No newline at end of file
-- 
GitLab