Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lenstool
Lenstool
Commits
8383e963
Commit
8383e963
authored
Dec 13, 2020
by
Johan Richard
Browse files
cleaned printf
parent
66014098
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/keep_cl.c
View file @
8383e963
...
...
@@ -255,7 +255,6 @@ void keep_cl_extended(struct pixlist *pl, int npl, struct pixlist *pl_ext, in
double
xpixel
,
ypixel
,
xw
,
yw
;
struct
point
P
;
NPRINTF
(
stderr
,
"KEEP: TEST1
\n
"
);
if
(
imFrame
.
wcsinfo
!=
NULL
)
{
for
(
j
=
0
;
j
<
imFrame
.
ny
*
O
.
bin
;
j
++
)
...
...
@@ -287,7 +286,6 @@ void keep_cl_extended(struct pixlist *pl, int npl, struct pixlist *pl_ext, in
exit
(
-
1
);
}
NPRINTF
(
stderr
,
"KEEP: TEST2
\n
"
);
NPRINTF
(
stderr
,
"KEEP: %d pixels in extended contour
\n
"
,
kk
);
*
npl_ext
=
kk
;
...
...
Write
Preview
Markdown
is supported
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