Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
ca1f5856
Commit
ca1f5856
authored
15 years ago
by
Emmanuel Bertin
Browse files
Options
Download
Email Patches
Plain Diff
Improved online display.
parent
7f3c6c33
master
phot
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main.c
+4
-2
src/main.c
with
4 additions
and
2 deletions
+4
-2
src/main.c
+
4
-
2
View file @
ca1f5856
...
...
@@ -9,7 +9,7 @@
*
* Contents: Command-line parsing.
*
* Last modify:
12/11
/200
8
* Last modify:
29/05
/200
9
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
...
...
@@ -130,7 +130,9 @@ int main(int argc, char *argv[])
endprefs
();
NFPRINTF
(
OUTPUT
,
""
);
NPRINTF
(
OUTPUT
,
"> All done (in %.0f s)
\n
"
,
prefs
.
time_diff
);
NPRINTF
(
OUTPUT
,
"> All done (in %.0f s: %.1f detections/s)
\n
"
,
prefs
.
time_diff
,
(
double
)
thecat
.
ntotal
/
(
prefs
.
time_diff
>
0
.
0
?
prefs
.
time_diff
:
1
.
0
));
return
EXIT_SUCCESS
;
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets