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
ca1f5856
Commit
ca1f5856
authored
May 29, 2009
by
Emmanuel Bertin
Browse files
Improved online display.
parent
7f3c6c33
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main.c
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
;
}
...
...
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