Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
33953c3c
Commit
33953c3c
authored
Dec 18, 2016
by
Jakob Schöttl
Browse files
Fix model name
parent
4d73d2c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereGui/src/org/vadere/gui/projectview/view/ModelPresets.java
View file @
33953c3c
...
...
@@ -67,7 +67,7 @@ public class ModelPresets {
list
.
add
(
AttributesOVM
.
class
);
registerModelPreset
(
OptimalVelocityModel
.
class
,
list
);
// Reynold
s-
Steering Model
// Reynold
's
Steering Model
list
.
clear
();
list
.
add
(
AttributesReynolds
.
class
);
registerModelPreset
(
ReynoldsSteeringModel
.
class
,
list
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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