OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bundling_message
(Results
1 - 1
of
1
) sorted by null
/external/ceres-solver/examples/
libmv_bundle_adjuster.cc
550
std::string
bundling_message
= "";
local
554
if (!
bundling_message
.empty()) { \
555
bundling_message
+= ", "; \
557
bundling_message
+= name; \
567
LOG(INFO) << "Bundling " <<
bundling_message
<< ".";
Completed in 43 milliseconds