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
7aba9a10
Commit
7aba9a10
authored
Feb 05, 2020
by
Sylvain Soliman
Browse files
" Time" is not a column, "Time" is
parent
e06285a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
rosenbrock.pl
View file @
7aba9a10
...
...
@@ -198,7 +198,7 @@ initialize_names_int([Name:_|FTail], [Name|NTail]) :-
initialize_names_int
(
FTail
,
NTail
).
initialize_names
([
Name
:
_
|
FTail
],
[
NName
|
NTail
])
:-
atom_concat
(
'#
'
,
Name
,
NName
),
atom_concat
(
'#'
,
Name
,
NName
),
initialize_names_int
(
FTail
,
NTail
).
...
...
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