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
c039942d
Commit
c039942d
authored
Oct 22, 2019
by
HEMERY Mathieu
Browse files
test integration cont. still
parent
ee6fbb5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
rosenbrock.pl
View file @
c039942d
...
...
@@ -294,8 +294,9 @@ rw_coeff(floor(Element),CurrentState,Parameters,Time,Result) :-
rw_coeff
(
random
,
_
,
_
,
_
,
Result
)
:-
!,
Result
is
random_float
.
rw_coeff
(
infinity
,
_
,
_
,
_
,
Result
)
:-
!,
Result
is
1.0
Inf
.
% skipped to test continous integration
% rw_coeff(infinity,_,_,_,Result) :-
% !,Result is 1.0Inf.
rw_coeff
(
t
,
_
,
_
,
Time
,
Time
)
:-
!.
...
...
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