Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
a9ed19f4
Commit
a9ed19f4
authored
Apr 05, 2018
by
SOLIMAN Sylvain
Browse files
not tested, I cannot compile PPL errors
parent
285545d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tropical.pl
View file @
a9ed19f4
...
...
@@ -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
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