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
record
sunflo
Commits
a999031f
Commit
a999031f
authored
Aug 13, 2019
by
RemiM
Committed by
Ronan Trepos
Sep 24, 2019
Browse files
Modify computations of NHT to fit with rsunflo::indicate
parent
0d6dc25c
Changes
1
Hide whitespace changes
Inline
Side-by-side
sunflo/src/Diagnostic.cpp
View file @
a999031f
...
...
@@ -233,7 +233,7 @@ public :
{
if
(
Tmoy
()
<=
28.0
){
NHT28
=
NHT28
(
-
1
);
}
else
if
(
PhasePhenoPlante
()
>=
PHASEPHENOPLANTE_
RECOLTEE
)
{
}
else
if
(
(
PhasePhenoPlante
()
>=
PHASEPHENOPLANTE_
DESSICATION
)
||
(
PhasePhenoPlante
()
<=
PHASEPHENOPLANTE_GERMINATION
)
)
{
NHT28
=
NHT28
(
-
1
);
}
else
{
...
...
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