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
csst-pipeline
msc
sextractor
Commits
2f7e66c2
Commit
2f7e66c2
authored
Aug 06, 2013
by
rhenders
Browse files
Setting file pointer unnecessarily
parent
3f06d390
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/readimage.c
View file @
2f7e66c2
...
@@ -182,7 +182,6 @@ void *loadstrip(picstruct *field, picstruct *wfield)
...
@@ -182,7 +182,6 @@ void *loadstrip(picstruct *field, picstruct *wfield)
copydata
(
field
,
field
->
stripylim
*
w
,
w
);
copydata
(
field
,
field
->
stripylim
*
w
,
w
);
else
{
else
{
tab
->
currentElement
=
1
;
read_body
(
tab
,
data
,
w
);
read_body
(
tab
,
data
,
w
);
//printf("read 2: data[0] = %f %f %f %f %f %f\n", data[0], data[1], data[222], data[777], data[field->width-1], data[w-1]);
//printf("read 2: data[0] = %f %f %f %f %f %f\n", data[0], data[1], data[222], data[777], data[field->width-1], data[w-1]);
...
...
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