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
SWIFT
SWIFTsim
Commits
5bced612
Commit
5bced612
authored
Feb 28, 2019
by
Folkert Nobels
Browse files
Remove my debugging message, which should not be in the master branch
parent
0d38331b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/testRandom.c
View file @
5bced612
...
@@ -178,7 +178,6 @@ int main(int argc, char* argv[]) {
...
@@ -178,7 +178,6 @@ int main(int argc, char* argv[]) {
const
double
corr_sf_se
=
pearsonfunc
(
mean_sf
,
mean_se
,
pearson_sf_se
,
var_sf
,
var_se
,
count
);
const
double
corr_sf_se
=
pearsonfunc
(
mean_sf
,
mean_se
,
pearson_sf_se
,
var_sf
,
var_se
,
count
);
const
double
corr_sf_bh
=
pearsonfunc
(
mean_sf
,
mean_bh
,
pearson_sf_bh
,
var_sf
,
var_bh
,
count
);
const
double
corr_sf_bh
=
pearsonfunc
(
mean_sf
,
mean_bh
,
pearson_sf_bh
,
var_sf
,
var_bh
,
count
);
const
double
corr_se_bh
=
pearsonfunc
(
mean_se
,
mean_bh
,
pearson_se_bh
,
var_se
,
var_bh
,
count
);
const
double
corr_se_bh
=
pearsonfunc
(
mean_se
,
mean_bh
,
pearson_se_bh
,
var_se
,
var_bh
,
count
);
message
(
"%e %e %e %e %e %e"
,
corr_star_sf
,
corr_star_se
,
corr_star_bh
,
corr_sf_se
,
corr_sf_bh
,
corr_se_bh
);
/* Verify that the mean and variance match the expected values for a uniform
/* Verify that the mean and variance match the expected values for a uniform
* distribution */
* distribution */
...
...
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