PedestrianDynamics / jupedsim

JuPedSim is an open source pedestrian dynamics simulator
http://jupedsim.org
Other
41 stars 28 forks source link

vtk file function #476

Closed gjaeger closed 5 years ago

gjaeger commented 5 years ago

JuPedSim - JPScore

Current date : Aug 14 2019 10:20:22 Version : 0.8.4 Compiler : clang++ (10.0.0) Commit hash : v0.8.4-164-g082762a9 Commit date : Wed Aug 14 08:43:29 2019 Branch : develop

my example: ini_UNI_CORR_500_05_om_3.xml.zip and geo_UNI_CORR_500_05_jpscore.xml.zip

Describe the bug vtk-files can be written with <write_VTK_files>true</write_VTK_files> since v0.8.3.

With this setting <write_VTK_files>false</write_VTK_files> the file will still be created.

My expectation is that the file will not be created.

gjaeger commented 5 years ago
JuPedSim - JPScore

Current date   : Aug 18 2019 18:37:43
Version        : 0.8.4
Commit hash    : v0.8.4-165-g41882995
Commit date    : Sun Aug 18 14:44:48 2019
Branch         : pr478

The element <write_VTK_files>false</write_VTK_files> works as desired.

Unfortunately the input true does not generate any output (goal.vtk).