Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
nifty_gridder
Commits
99592f45
Commit
99592f45
authored
Aug 26, 2019
by
Martin Reinecke
Browse files
fix
parent
d511e5e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
gridder_cxx.h
View file @
99592f45
...
...
@@ -1165,7 +1165,7 @@ cout << "working on w plane #" << iw << " containing " << nvis_plane[iw]
<<
" visibilities"
<<
endl
;
if
(
nvis_plane
[
iw
]
==
0
)
continue
;
double
wcur
=
wmin
+
iw
*
dw
;
gconf
.
apply_wscreen
(
tdirty
,
tdirty2
,
wcur
,
fals
e
);
gconf
.
apply_wscreen
(
tdirty
,
tdirty2
,
wcur
,
tru
e
);
gconf
.
dirty2grid_c
(
tdirty2
,
grid
);
size_t
cnt
=
0
;
vis_loc_
.
resize
(
nvis_plane
[
iw
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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