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
Martin Reinecke
ducc
Commits
33b0c107
Commit
33b0c107
authored
Aug 26, 2020
by
Philipp Arras
Browse files
Fix reporting
parent
9caeea59
Pipeline
#81118
passed with stages
in 15 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
python/gridder_cxx.h
View file @
33b0c107
...
...
@@ -1193,7 +1193,7 @@ template<typename T> void report(const GridderConfig<T> &gconf, size_t nvis,
if
(
x0
*
x0
+
y0
*
y0
>
1.
)
nmin
=
-
sqrt
(
abs
(
1.
-
x0
*
x0
-
y0
*
y0
))
-
1.
;
double
dw
=
0.5
/
gconf
.
Ofactor
()
/
abs
(
nmin
);
cout
<<
" w=["
<<
wmin
<<
"; "
<<
wmax
<<
"],
n
min="
<<
nmin
<<
", dw="
<<
dw
cout
<<
" w=["
<<
wmin
<<
"; "
<<
wmax
<<
"], min
(n-1)
="
<<
nmin
<<
", dw="
<<
dw
<<
", wmax/dw="
<<
wmax
/
dw
<<
endl
;
}
...
...
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