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
b99347a0
Commit
b99347a0
authored
Jul 09, 2018
by
SOLIMAN Sylvain
Browse files
Merge branch 'hotfix/equilibration_error' into develop
parents
801a3792
200de6e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tropical.pl
View file @
b99347a0
...
...
@@ -227,8 +227,11 @@ subst_deg_and_vars(V, Vars, Ai, A) :-
% TODO use get_degree for numbers
subst_deg_and_vars
(
E
,
_
,
_
,
_
)
:-
format_to_atom
(
A
,
"We do not understand the kinetic term ~p~n"
,
[
E
]),
throw
(
error
(
A
)).
throw
(
error
(
unknown_kinetic_term
(
E
))).
prolog
:
message
(
error
(
unknown_kinetic_term
(
E
)))
-->
[
'We do not understand the kinetic term ~p~n'
-
[
E
]].
% split_pos_neg_and_subst(+O, +Vars, ?Ai, ?Pos, ?Neg)
...
...
@@ -456,8 +459,9 @@ tropicalize :-
tropical_partial
,
number
,
Partial
,
'Nubmer of a variable to ignore for equilibration (0 to ignore none, -1
to ignore all unbalanced)'
'Number of a variable (as displayed by \\command{list_molecules/0} plus 1)
to ignore for equilibration (0 to ignore none, -1 to ignore all
unbalanced)'
),
option
(
tropical_denominator
,
...
...
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