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
8babffa5
Commit
8babffa5
authored
Aug 28, 2018
by
Daniel Lehmberg
Browse files
change keyHeader to a more meaningful name
parent
f2f13f12
Pipeline
#66825
failed with stages
in 55 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/projects/dataprocessing/outputfile/TimestepOutputFile.java
View file @
8babffa5
...
...
@@ -11,6 +11,6 @@ import org.vadere.simulator.projects.dataprocessing.datakey.TimestepKey;
public
class
TimestepOutputFile
extends
OutputFile
<
TimestepKey
>
{
public
TimestepOutputFile
()
{
super
(
"
hdfkh
"
);
super
(
"
timeStep
"
);
}
}
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