Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
35db3e75
Commit
35db3e75
authored
Feb 06, 2019
by
Tobias Meuser
Browse files
Fixed minor bug
parent
245cea17
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/movement/vehicular/sumo/simulation/controller/traci/TraciSimulationController.java
View file @
35db3e75
...
@@ -752,7 +752,7 @@ public class TraciSimulationController implements VehicleController, SimulationS
...
@@ -752,7 +752,7 @@ public class TraciSimulationController implements VehicleController, SimulationS
_roadNetwork
=
new
RoadNetwork
(
roadNetwork
,
this
,
true
);
_roadNetwork
=
new
RoadNetwork
(
roadNetwork
,
this
,
true
);
try
{
try
{
if
(
TEMP_FILE
.
exists
()
||
TEMP_FILE
.
getParentFile
().
mkdirs
())
{
if
(
TEMP_FILE
.
getParentFile
().
exists
()
||
TEMP_FILE
.
getParentFile
().
mkdirs
())
{
ObjectOutputStream
outputStream
=
new
ObjectOutputStream
(
new
FileOutputStream
(
TEMP_FILE
));
ObjectOutputStream
outputStream
=
new
ObjectOutputStream
(
new
FileOutputStream
(
TEMP_FILE
));
outputStream
.
writeObject
(
new
SerializableRoadNetwork
(
_roadNetwork
));
outputStream
.
writeObject
(
new
SerializableRoadNetwork
(
_roadNetwork
));
...
...
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