mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Changes from William Rucklidge
Change-Id: Ia5d724edef947870fe13050a71aa1cba878352a8
This commit is contained in:
@@ -463,7 +463,7 @@ std::string SchurStructureToString(const int row_block_size,
|
||||
(f_block_size == Eigen::Dynamic)
|
||||
? "d" : internal::StringPrintf("%d", f_block_size);
|
||||
|
||||
return internal::StringPrintf("%s,%s,%s",row.c_str(), e.c_str(), f.c_str());
|
||||
return internal::StringPrintf("%s,%s,%s", row.c_str(), e.c_str(), f.c_str());
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user