Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
vadere
vadere
Commits
4892ea13
Commit
4892ea13
authored
Feb 22, 2017
by
Benedikt Zoennchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix output processor problem
parent
4207f13d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
VadereSimulator/src/org/vadere/simulator/projects/ScenarioRun.java
...ulator/src/org/vadere/simulator/projects/ScenarioRun.java
+1
-1
No files found.
VadereSimulator/src/org/vadere/simulator/projects/ScenarioRun.java
View file @
4892ea13
...
...
@@ -48,7 +48,7 @@ public class ScenarioRun implements Runnable {
public
ScenarioRun
(
final
Scenario
scenario
,
RunnableFinishedListener
scenarioFinishedListener
)
{
this
.
scenario
=
scenario
;
this
.
scenarioStore
=
scenario
.
getScenarioStore
();
this
.
dataProcessingJsonManager
=
new
DataProcessingJsonManager
();
this
.
dataProcessingJsonManager
=
scenario
.
get
DataProcessingJsonManager
();
this
.
setOutputPaths
(
Paths
.
get
(
IOUtils
.
OUTPUT_DIR
));
// TODO [priority=high] [task=bugfix] [Error?] this is a relative path. If you start the application via eclipse this will be VadereParent/output
this
.
finishedListener
=
scenarioFinishedListener
;
}
...
...
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