Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
JPSreport
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
JuPedSim
JPSreport
Commits
32ae45bb
Verified
Commit
32ae45bb
authored
Feb 28, 2019
by
Mohcine Chraibi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change of the format in the file
Note: Without "Intersection Polygon"
parent
d5e52397
Pipeline
#17810
passed with stages
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
methods/Method_I.cpp
methods/Method_I.cpp
+1
-1
No files found.
methods/Method_I.cpp
View file @
32ae45bb
...
...
@@ -265,7 +265,7 @@ bool Method_I::Process(const PedData& peddata,const fs::path& scriptsLocation, c
}
else
{
fprintf
(
_fIndividualFD
,
"#framerate (fps):
\t
%.2f
\n\n
#Frame
\t
PedId
\t
Individual density(m^(-2))
\t
Individual velocity(m/s)
\t
Voronoi Polygon
\t
Intersection Polygon
\n
"
,
_fps
);
fprintf
(
_fIndividualFD
,
"#framerate (fps):
\t
%.2f
\n\n
#Frame
\t
PedId
\t
Individual density(m^(-2))
\t
Individual velocity(m/s)
\t
Voronoi Polygon
\n
"
,
_fps
);
}
return
true
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment