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
Lifeware
biocham
Commits
739c5ae0
Commit
739c5ae0
authored
May 14, 2018
by
SOLIMAN Sylvain
Browse files
bugfix tropical
parent
5482ac62
Changes
1
Hide whitespace changes
Inline
Side-by-side
tropical.pl
View file @
739c5ae0
...
...
@@ -329,7 +329,7 @@ show_rescaling([], []) :-
nl
.
show_rescaling
([
A
|
AA
],
[
V
|
VV
])
:-
epsilon_degree
(
A
,
-
D
),
epsilon_degree
(
-
A
,
D
),
format
(
"~w' = ~w~w~n"
,
[
V
,
D
,
V
]),
show_rescaling
(
AA
,
VV
).
...
...
Write
Preview
Supports
Markdown
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