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
verimag
synchrone
lutin
Commits
7df41ccf
Commit
7df41ccf
authored
Apr 28, 2022
by
erwan
Browse files
fix: the previous change was a fix that should have generated a new version number
parent
2e3ef9de
Pipeline
#97483
passed with stages
in 5 minutes and 27 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
lib/lutin/lutinUtils.h
View file @
7df41ccf
...
...
@@ -2,3 +2,4 @@ int gauss_continue(int x, int mu, int sigma);
int
gauss_stop
(
int
x
,
int
mu
,
int
sigma
);
int
interval_continue
(
int
x
,
int
min
,
int
max
);
int
interval_stop
(
int
x
,
int
min
,
int
max
);
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