Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Shuhang Huang
ceres-solver
Commits
6d1dedad
Commit
6d1dedad
authored
10 years ago
by
Sameer Agarwal
Browse files
Options
Download
Patches
Plain Diff
Fix an incorrect usage message in bundle_adjuster.cc
Change-Id: I66889ac8e52dd3baaee9e80cb04b7a8575537249
parent
51f4b44f
master
1.14.x
threaded-jacobi
use-find-package
2.2.0
2.2.0rc3
2.2.0rc2
2.2.0rc1
2.1.0
2.1.0rc2
2.1.0rc1
2.0.0
2.0.0rc2
2.0.0rc1
1.14.0
1.14.0rc2
1.14.0rc1
1.13.0
1.13.0rc1
1.12.0
1.12.0rc4
1.12.0rc3
1.12.0rc2
1.12.0rc1
1.11.0
1.11.0rc4
1.11.0rc3
1.11.0rc2
1.11.0rc1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/bundle_adjuster.cc
+1
-1
examples/bundle_adjuster.cc
with
1 addition
and
1 deletion
+1
-1
examples/bundle_adjuster.cc
+
1
−
1
View file @
6d1dedad
...
...
@@ -348,7 +348,7 @@ int main(int argc, char** argv) {
CERES_GFLAGS_NAMESPACE
::
ParseCommandLineFlags
(
&
argc
,
&
argv
,
true
);
google
::
InitGoogleLogging
(
argv
[
0
]);
if
(
FLAGS_input
.
empty
())
{
LOG
(
ERROR
)
<<
"Usage: bundle_adjust
ment_exampl
e --input=bal_problem"
;
LOG
(
ERROR
)
<<
"Usage: bundle_adjuste
r
--input=bal_problem"
;
return
1
;
}
...
...
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets