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
f7febb17
Commit
f7febb17
authored
May 06, 2020
by
FAGES Francois
Browse files
merging
Merge branch 'develop' of gitlab.inria.fr:lifeware/biocham into develop
parents
85e62476
7961cb00
Changes
1
Hide whitespace changes
Inline
Side-by-side
gpac.pl
View file @
f7febb17
...
...
@@ -2007,9 +2007,7 @@ monomial_remove_coeff([_, M], M).
derivatives_to_allmonomials
(
AllDerivatives
,
AllMonomials
)
:-
maplist
(
derivative_to_allmonomials
,
AllDerivatives
,
Monomials
),
append
(
Monomials
,
SomeMonomials
),
sort
(
SomeMonomials
,
AllMonomials
).
maplist
(
derivative_to_allmonomials
,
AllDerivatives
,
AllMonomials
).
derivative_to_allmonomials
(
Derivative
,
Monomials
)
:-
...
...
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