Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cassiopee
jalhyd
Commits
72644295
Commit
72644295
authored
Nov 26, 2019
by
Mathias Chouet
🍝
Browse files
Remous: add abscissa as extraresult "X"
parent
99aec859
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/remous/remous.ts
View file @
72644295
...
...
@@ -452,6 +452,8 @@ export class CourbeRemous extends SectionNub {
}
const
re
=
new
ResultElement
({
Y
:
ligneDeau
+
this
.
getCoteFond
(
x
)
});
re
.
addExtraResult
(
"
X
"
,
x
);
if
(
crbFlu
[
x
])
{
re
.
addExtraResult
(
"
flu
"
,
crbFlu
[
x
]
+
this
.
getCoteFond
(
x
));
}
...
...
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