Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
8de07160
Commit
8de07160
authored
Sep 26, 2016
by
Mario Teixeira Parente
Browse files
Adjust documentation to renaming of addValue to setValue
parent
c13aceec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Documentation/dataprocessing-api/dataprocessing-api.md
View file @
8de07160
...
...
@@ -112,7 +112,7 @@ protected abstract void doUpdate(final SimulationState state) {
int
timeStep
=
state
.
getStep
();
int
amountPeds
=
state
.
getTopography
().
getElements
(
Pedestrian
.
class
).
size
();
this
.
add
Value
(
new
TimestepDataKey
(
timeStep
),
amountPeds
);
this
.
set
Value
(
new
TimestepDataKey
(
timeStep
),
amountPeds
);
}
```
...
...
Write
Preview
Supports
Markdown
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