From da8729f7e981a4a7c3c90179c4a2ac308ad6c29e Mon Sep 17 00:00:00 2001
From: junzhang <ju.zhang@fz-juelich.de>
Date: Thu, 11 Jun 2015 13:45:29 +0200
Subject: [PATCH] The variable 'scale_x' and 'scale_y' in configuration file
 are replaced with 'grid_size_x' and 'grid_size_y' now.

---
 JuPedSim.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/JuPedSim.tex b/JuPedSim.tex
index edc6d89..794ab27 100644
--- a/JuPedSim.tex
+++ b/JuPedSim.tex
@@ -1744,7 +1744,7 @@ xsi:noNamespaceSchemaLocation="http://xsd.jupedsim.org/0.6/jps_report.xsd">
 		<measurement_area id="1" />
         <measurement_area id="2" />
         <cut_by_circle enabled="false" radius ="0.5" edges ="6"/>
-		<profiles enabled="false" scale_x="0.10" scale_y="0.10"/>
+		<profiles enabled="false" grid_size_x="0.10" grid_size_y="0.10"/>
 	</method_D>
 </JPSreport>
 
@@ -1843,7 +1843,7 @@ The speed is defined by the length of the measurement area and the time a pedest
 		If true, the related data will be written in the folder \\
 		(\footnotesize\textcolor{blue}{\underline{$Output/Fundamental\_Diagram/IndividualFD$}}\normalsize).
 
-     \item $\langle${\textbf {profiles}}$\rangle$: determines whether to calculate the profiles over time and space. If yes, the resolution which is decided by the parameters '$\langle${\textbf {scale\_x}}$\rangle$' and '$\langle${\textbf {scale\_y}}$\rangle$' should be set. The data will be in the folder (\footnotesize\textcolor{blue}{\underline{$Output/Fundamental\_Diagram/Classical\_Voronoi/field/$}}\normalsize).
+     \item $\langle${\textbf {profiles}}$\rangle$: determines whether to calculate the profiles over time and space. If yes, the resolution which is decided by the parameters '$\langle${\textbf {grid\_size\_x}}$\rangle$' and '$\langle${\textbf {grid\_size\_y}}$\rangle$' should be set. The data will be in the folder (\footnotesize\textcolor{blue}{\underline{$Output/Fundamental\_Diagram/Classical\_Voronoi/field/$}}\normalsize).
 
 \end{itemize}
 
-- 
GitLab