Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Agriterix
simulator
Commits
6b753892
Commit
6b753892
authored
Aug 26, 2021
by
Loris Croce
Browse files
oups
parent
650b17c5
Pipeline
#39674
passed with stages
in 4 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/inrae/agriterix/simulator/dynamics/FlowDynamics.java
View file @
6b753892
...
...
@@ -22,8 +22,8 @@ public class FlowDynamics extends Dynamics {
@Override
public
void
initLogger
()
{
logger
=
new
DynamicsLogger
(
this
.
getClass
().
getSimpleName
(),
super
.
timeStamp
,
"TIMESTAMP,
PRODUCT, VALUE
, "
+
"
CATEGORY, GEOAREA
"
);
logger
=
new
DynamicsLogger
(
this
.
getClass
().
getSimpleName
(),
super
.
timeStamp
,
"TIMESTAMP,
CATEGORY, FLOW_LABEL
, "
+
"
PRODUCT, VALUE
"
);
}
@Override
...
...
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